Read the activity feed for one record
Returns what happened to a single record, newest first. A feed carries only that record's own activities.
pagination reports the totals for the whole filtered result rather than for the page.
Query parameters
The kind of record an activity belongs to.
The kind of record to read the feed for. Required, together with entityId.
The record to read the feed for, as a UUID. Required, together with entityType.
The record to read the feed for, as a UUID. Required, together with entityType.
Only return activities of these kinds. Repeat the parameter to name more than one, combined with OR. Omit it to return every kind.
Only return activities of these kinds. Repeat the parameter to name more than one, combined with OR. Omit it to return every kind.
[ "INVOICE_PAID" ]
Only return activities that happened at or after this instant. Inclusive.
Only return activities that happened at or after this instant. Inclusive.
Only return activities that happened at or before this instant. Inclusive.
Only return activities that happened at or before this instant. Inclusive.
Which page to return, counting from one.
Which page to return, counting from one.
How many activities to return per page. A request for more than the maximum is refused.
How many activities to return per page. A request for more than the maximum is refused.
How to order the page.
How to order the page.
Response
The requested page of activities.