Skip to content

Incidents List

GET
/v1/Incidents

List incidents with an optional filter

Parameters

Query Parameters

TypeIdinteger

Incident Type. Lookup ID from sub endpoint

Example 1
IncidentDateFromstring

Filter Incident Date. Greater than

Example 2024-12-01T00:00:00Z
IncidentDateTostring

Filter Incident Date. Less than

Example 2024-12-31T00:00:00Z
LastModifiedFromstring

Filter LastModified Date. Greater than

Example 2024-12-01T00:00:00Z
LastModifiedTostring

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
JSON
{
"total": 0,
"page": 0,
"values": [
{
"id": 0,
"project": "string",
"incidentType": "string",
"reportedByGroup": "string",
"reportedByUserId": "string",
"reportedBy": "string",
"reportedDate": "string",
"followUpGroup": "string",
"responsible": "string",
"responsibleDisplayName": "string",
"lastModified": "string",
"numberOfComments": 0,
"numberOfActions": 0,
"numberOfAttachments": 0,
"consequences": [
{
"unit": "string",
"amount": 0,
"id": 0,
"title": "string"
}
],
"categories": [
{
"id": 0,
"title": "string"
}
],
"causes": [
{
"id": 0,
"title": "string"
}
],
"customFields": [
{
"id": 0,
"value": "string",
"dataListValue": "string",
"dataListId": 0,
"dataListName": "string",
"registrationDate": "string",
"label": "string",
"type": "string"
}
],
"status": "string",
"incidentTypeId": 0,
"severity": "string",
"reportedByGroupId": 0,
"followUpGroupId": 0,
"responsibleUserId": "string",
"title": "string",
"text": "string",
"incidentDate": "string",
"resolvedDate": "string",
"dueDate": "string",
"evaluationStatus": "string",
"evaluationText": "string",
"isAnonymous": true,
"areaId": 0,
"projectId": 0,
"externalId": "string"
}
]
}