Optional
bodyOptional
pathOptional
queryOptional
after?: stringOptional
before?: stringPaginates by the ID of the audit-log which marks the beginning of the pagination range. Requires "after".
Optional
count?: stringLimits the number audit-log documents to be returned. Default 100, maximum 1000.
Optional
filter[end]?: stringFilter by the date range end.
Optional
filter[include]?: stringAdds additional OR query logic to include results for additional objectTypes. For available objectTypes to use in this query param, see the enum in the filter[objectType]
field.
Optional
filter[objectId]?: stringFilters by the id of database object the event relates to. Requires filter[objectType]
.
Optional
filter[objectType]?: Filters by the type of database object the event relates to.
Optional
filter[start]?: stringFilter by the date range start.
Optional
filter[userId]?: stringFilters by the ID of the user the event relates to.
Paginates by the ID of the audit-log which marks the end of the pagination range. Requires "before".