Skip to main content
GET
List Entity Field Value History

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity_id
string
required

The ID of the entity.

Query Parameters

fieldId
string

Optional: filter by a specific field ID.

fieldKey
string

Optional: filter by a specific field key (alternative to field_id).

pageSize
integer<int32>

Maximum number of results to return. Default is 100, maximum is 1000.

pageToken
string

Token for pagination. Leave empty for the first request.

Response

Success

data
EntityFieldValue · object[]

The list of field value history entries, ordered by most recent first.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.