activity-log

List Activity Logs

get/api/activity-log

Query parameters

record_typestring nullable
record_idstring uuid nullable
pageinteger
limitinteger

Response

Successful Response

totalinteger required

Total records matching the query (before pagination)

pageinteger required

Current page number (1-indexed)

limitinteger required

Records per page (default 50, max 200)

has_moreboolean required

True if (page * limit) < total

Changes

No recorded changes to this endpoint across all 1 revision of this API.