Skip to content

Incident Create

POST
/v1/Incidents

Create new Incident

Request Body

application/json
object
object[]
object[]
Required
object[]
object[]
Valid values"New""InProgress""Resolved""Rejected"
Format"int32"
Valid values"None""Low""Medium""High"
Format"int32"
Format"int32"
Min Length1
Format"date"
Format"date-time"
Format"date-time"
Valid values"Medium""Good""Bad"
Format"int32"
Format"int32"

Responses

OK

application/json
JSON
{
"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"
}