GET
/
api
/
utm-alert-logs
/
{id}
{
  "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

Path Parameters

id
integer
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