ActivityLog
Get all activity logs
GET
Get all activity logs
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
Query Parameters
The number of items per page.
Required range:
1 <= x <= 100The page number.
Required range:
x >= 1The field to sort by.
Available options:
created_at, event, subject_type The sort direction (asc or desc).
Available options:
asc, desc Filter by event type.
Available options:
created, updated, deleted Filter by subject type.
Maximum string length:
255Filter by subject ID.
Required range:
x >= 1Filter by causer: literal "system" or a positive integer (e.g. user id).
Pattern:
^(system|[1-9]\d*)$Filter by start date.
Filter by end date.