documents

List a document's smart activity log

Returns the grouped change/refresh activity entries for a document, newest first. Paginated via limit/page (default 100 newest); pass since (ISO-8601) to scope to recent activity (e.g. 'what changed in the last few days'), or since_last_seen to scope to activity since the caller last viewed this document's changelog (mutually exclusive with since; since wins if both are passed).

get/documents/{uuid}/activities

Path parameters

uuidstring required

<tenant_uuid>_<document_uuid>

Query parameters

limitnumber

Max entries per page (default 100, newest first)

pagenumber

Page number (1-based) for older entries

sincestring

ISO-8601 timestamp; only entries at or after this time are returned

since_last_seenboolean

Only return entries at or after the caller's last-seen changelog timestamp for this document. No prior seen record means no lower bound (returns all). since wins if both are passed.

Changes

Changed in 1 of the 6 revisions of this API.1