[
{
"id": 123,
"incidentId": 123,
"actionDate": "2023-11-07T05:31:56Z",
"actionType": "INCIDENT_CREATED",
"actionCreatedBy": "<string>",
"action": "<string>",
"actionDetail": "<string>"
}
]
[
{
"id": 123,
"incidentId": 123,
"actionDate": "2023-11-07T05:31:56Z",
"actionType": "INCIDENT_CREATED",
"actionCreatedBy": "<string>",
"action": "<string>",
"actionDetail": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.