Skip to main content
GET
/
api
/
utm-incident-notes
Error
A valid request URL is required to generate request examples
[
  {
    "incidentId": 123,
    "noteText": "<string>",
    "noteSendDate": "2023-11-07T05:31:56Z",
    "noteSendBy": "<string>",
    "id": 123
  }
]

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<int64>
required
noteText
string
required
Maximum string length: 1000
noteSendDate
string<date-time>
required
noteSendBy
string
required
id
integer<int64>