Entities

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

Response

Pending changesets for the entity

ChangesetMap required

Map of attribute name to pending changeset. At most one changeset per attribute.

Changes