Entity API
List Entity Field Value History
List the change history for an entity's field values. Returns historical and current values ordered by most recent first. Optionally filter by field ID or field key.
get/v2/entities/{entity_id}/field-history
Path parameters
entity_idstring required
The ID of the entity.
Query parameters
fieldIdstring
Optional: filter by a specific field ID.
Optional: filter by a specific field ID.
fieldKeystring
Optional: filter by a specific field key (alternative to field_id).
Optional: filter by a specific field key (alternative to field_id).
pageSizeinteger
Maximum number of results to return. Default is 100, maximum is 1000.
Maximum number of results to return. Default is 100, maximum is 1000.
pageTokenstring
Token for pagination. Leave empty for the first request.
Token for pagination. Leave empty for the first request.
Response
Success