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).
Path parameters
<tenant_uuid>_<document_uuid>
Query parameters
Max entries per page (default 100, newest first)
Page number (1-based) for older entries
ISO-8601 timestamp; only entries at or after this time are returned
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
- ○
added the new optional
queryrequest parametersince_last_seennew-optional-request-parameter
- ○