Incident Trash
GET
/v1/Incidents/trash
List Recently Deleted (30 days) Incidents
Parameters
Query Parameters
$filterstring
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,
"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"
}
]
}
GET
/v1/Incidents/trash