Skip to main content
POST
/
audit-log
/
list
{
  "page": 123,
  "count": 123,
  "total": 123,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "action": "<string>",
      "tenantId": "<string>",
      "subTenantId": "<string>",
      "profileReferenceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "role": "<string>",
      "fullName": "<string>",
      "affectedResourceId": "<string>",
      "affectedResourceType": "<string>",
      "ip": "<string>",
      "operationSystem": "<string>",
      "browser": "<string>",
      "changes": [
        {
          "field": "<string>",
          "from": "<string>",
          "to": "<string>"
        }
      ]
    }
  ]
}

Body

filter
object
sort
object

Response

OK

page
integer
count
integer
total
integer | null
data
object[] | null