Retrieve initial incident records with token
POST/v4/api/incidents
This API is used for the initial retrieval of incident details. It allows you to specify a time range, the desired page size, and an optional maximum number of rows to fetch. Upon successful execution, it returns a set of incident records and a pagination token that must be used for subsequent paginated requests via the GET /incidents API;
Request
Responses
- 200
- 400
- 500
Successful!
Bad Request
Internal Server Error