v4
latestOpenAPI 3.0.22026-07-3188146256.6 KBEntities
listChangesets
Returns all pending changesets for an entity.
get/v1/entity/{slug}/{id}/changesets
Path parameters
slugstring required
URL-friendly identifier for the entity schema
Example:contact
Entity Type
idstring uuid required
Entity id
Query parameters
anonymizeboolean
When true, anonymizes PII in the response: identifiers (names, emails, phone numbers, IBANs) are replaced with deterministic pseudonyms (stable within an org), addresses are generalized to postal code / city / country, and well-known free-text fields (e.g. note content) are redacted.
Useful for AI agents and data analysis use cases that must not access personal data.
Anonymization is forced (regardless of this parameter) when the access token was created with anonymize: true.
Response
Pending changesets for the entity
ChangesetMap required
Map of attribute name to pending changeset. At most one changeset per attribute.