Audit Log
List Audit Log Records
Get a list of audit log records.
get/api/v1/audit-log
Query parameters
pageinteger
The page number to fetch.
The page number to fetch.
sizeinteger
The number of items per page.
The number of items per page.
skip_countboolean
Whether to skip counting the total number of items.
Whether to skip counting the total number of items.
created_bystring[]
created_beforestring date-time
created_afterstring date-time
categoryAuditLogCategory[]
Response
Successful Response
Example response
{
"audit_log_records": [
{
"created_by": {
"name": "John Doe"
}
}
]
}Changes
Changed in 1 of the 7 revisions of this API.11
- ●
added the new
screeningenum value to theaudit_log_records/items/categoryresponse property for the response status200response-property-enum-value-added
- ○
added the enum value
screeningto the propertyitems/of thequeryrequest parametercategoryrequest-parameter-property-enum-value-added
- ●