{
"id": 123,
"incidentName": "<string>",
"incidentDescription": "<string>",
"incidentStatus": "OPEN",
"incidentAssignedTo": "<string>",
"incidentSeverity": 123,
"incidentCreatedDate": "2023-11-07T05:31:56Z",
"incidentSolution": "<string>"
}
{
"id": 123,
"incidentName": "<string>",
"incidentDescription": "<string>",
"incidentStatus": "OPEN",
"incidentAssignedTo": "<string>",
"incidentSeverity": 123,
"incidentCreatedDate": "2023-11-07T05:31:56Z",
"incidentSolution": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.