[
{
"id": 123,
"alertId": "<string>",
"logUser": "<string>",
"logDate": "2023-11-07T05:31:56Z",
"logAction": "<string>",
"logOldValue": "<string>",
"logNewValue": "<string>",
"logMessage": "<string>"
}
]
[
{
"id": 123,
"alertId": "<string>",
"logUser": "<string>",
"logDate": "2023-11-07T05:31:56Z",
"logAction": "<string>",
"logOldValue": "<string>",
"logNewValue": "<string>",
"logMessage": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.