GET
/
api
/
utm-alert-logs
[
  {
    "id": 123,
    "alertId": "<string>",
    "logUser": "<string>",
    "logDate": "2023-11-07T05:31:56Z",
    "logAction": "<string>",
    "logOldValue": "<string>",
    "logNewValue": "<string>",
    "logMessage": "<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
alertId
string
required
Maximum length: 100
logUser
string
required
Maximum length: 50
logDate
string
required
logAction
string
required
Maximum length: 50
id
integer
logOldValue
string
logNewValue
string
logMessage
string