retrieve Audit Log With Id
GET {{baseUrl}}/api/system/audit-log/:auditLogId
Retrieves a single audit log for the given Id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"auditLog":{"data":{"Lorem732":{},"sint_974":{},"irureec":{}},"id":"\u003clong\u003e","insertInstant":"\u003clong\u003e","insertUser":"\u003cstring\u003e","message":"\u003cstring\u003e","newValue":{},"oldValue":{},"reason":"\u003cstring\u003e"}}