GET
/
api
/
utm-incidents
[
  {
    "id": 123,
    "incidentName": "<string>",
    "incidentDescription": "<string>",
    "incidentStatus": "OPEN",
    "incidentAssignedTo": "<string>",
    "incidentSeverity": 123,
    "incidentCreatedDate": "2023-11-07T05:31:56Z",
    "incidentSolution": "<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
incidentName
string
required
Maximum length: 250
incidentDescription
string
required
Maximum length: 2000
incidentStatus
enum<string>
required
Available options:
OPEN,
IN_REVIEW,
COMPLETED,
MERGED
incidentSeverity
integer
required
incidentCreatedDate
string
required
id
integer
incidentAssignedTo
string
incidentSolution
string