Incidents List
GET
/v1/Incidents
List incidents with an optional filter
Parameters
Query Parameters
TypeIdinteger
Incident Type. Lookup ID from sub endpoint
Example
1IncidentDateFromstring
Filter Incident Date. Greater than
Example
2024-12-01T00:00:00ZIncidentDateTostring
Filter Incident Date. Less than
Example
2024-12-31T00:00:00ZLastModifiedFromstring
Filter LastModified Date. Greater than
Example
2024-12-01T00:00:00ZLastModifiedTostring
Filter LastModified Date. Less than
Example
2024-12-01T00:00:00Z$filterstring
Generic OData filtering. See documentation
Example
severity eq 'Low'Responses
OK
application/json
GET
/v1/Incidents