GET
/
api
/
utm-incident-notes
[
  {
    "id": 123,
    "incidentId": 123,
    "noteText": "<string>",
    "noteSendDate": "2023-11-07T05:31:56Z",
    "noteSendBy": "<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
noteText
string
required
Maximum length: 1000
noteSendDate
string
required
noteSendBy
string
required
id
integer