GET
/
api
/
utm-incident-histories
[
  {
    "id": 123,
    "incidentId": 123,
    "actionDate": "2023-11-07T05:31:56Z",
    "actionType": "INCIDENT_CREATED",
    "actionCreatedBy": "<string>",
    "action": "<string>",
    "actionDetail": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

criteria
object
required
pageable
object
required

Response

200 - */*
OK
incidentId
integer
required
actionDate
string
required
actionType
enum<string>
required
Available options:
INCIDENT_CREATED,
INCIDENT_MERGED,
INCIDENT_COMPLETED,
INCIDENT_ALERT_ADD,
INCIDENT_ALERT_DELETED,
INCIDENT_ALERT_STATUS_CHANGED,
INCIDENT_ALERT_MOVED,
INCIDENT_ASSIGNED_TO,
INCIDENT_ASSIGNED_CHANGE,
INCIDENT_STATUS_CHANGE,
INCIDENT_NOTE_ADD,
INCIDENT_NOTE_CHANGE,
INCIDENT_COMMAND_EXECUTED
actionCreatedBy
string
required
action
string
required
id
integer
actionDetail
string