Audit log
Get a list of paginated audit logs.
Authorization
Authorization AuthorizationBearer <token>
In: header
Query Parameters
limit?number
Range
5 <= valueDefault
100page?number
Range
1 <= valueDefault
1organizationId*string
Length
1 <= lengthorderByName?string
Value in
- "asc"
- "desc"
filterByName?string
userId?string
entityId?string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/audit-log/?organizationId=string"{ "items": [ { "id": "string", "userId": "string", "logType": "string", "logMessage": "string", "logData": null, "createdAt": "string", "organizationId": "string" } ], "total": 0, "page": 0, "limit": 0}How is this guide?