Chuyển đến nội dung chính
GET
https://api-oms.verolabs.co
/
api
/
v1
/
util
/
audit
List the admin audit log
curl --request GET \
  --url https://api-oms.verolabs.co/api/v1/util/audit \
  --header 'Authorization: Bearer <token>'
{
  "entries": [
    {
      "id": 123,
      "actor": "<string>",
      "action": "<string>",
      "entity_type": "<string>",
      "entity_id": "<string>",
      "request_id": 123,
      "detail": {},
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Ủy quyền

Authorization
string
header
bắt buộc

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Phản hồi

200 - application/json

OK

AuditResponse schema.

entries
object[]

Audit entries returned by the response.