Get Field Value Changes on a List Entry
| ⚠️ This endpoint is currently in BETA |
|---|
Paginate through the historical value changes on the fields of a List Entry.
For an overview of field value changes, including which fields support change tracking and how the action types behave, see Field Value Changes.
Each change includes who made the change, when it occurred, the action that was performed, and
the value that was set. Changes are sorted by changedAt in ascending order (oldest first).
You can filter field value changes using the filter query parameter. The filter parameter is a string that
you can specify conditions based on the following properties.
| Property Name | Type | Description | Allowed Operators | Examples |
|---|---|---|---|---|
field.id | text | = | field.id=field-1234 | |
changedAt | datetime | When the change was made. | >, <, >=, <= | changedAt>2026-01-01T00:00:00Z |
changer.id | int64 | The person who made the change. | = | changer.id=1234 |
actionType | text | The type of change (add, update, delete) | = | actionType=add |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
List ID
1 <= x <= 9007199254740991List Entry ID
1 <= x <= 9007199254740991Query Parameters
Filter options
Cursor for the next or previous page
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
1 <= x <= 10010
Response
OK
The field value changes for this page
100- fieldValueChanges.CompanyValueChange
- fieldValueChanges.CompanyMultiValueChange
- fieldValueChanges.DatetimeValueChange
- fieldValueChanges.DropdownValueChange
- fieldValueChanges.DropdownMultiValueChange
- fieldValueChanges.FilterableTextValueChange
- fieldValueChanges.FilterableTextMultiValueChange
- fieldValueChanges.LocationValueChange
- fieldValueChanges.LocationMultiValueChange
- fieldValueChanges.NumberValueChange
- fieldValueChanges.NumberMultiValueChange
- fieldValueChanges.PersonValueChange
- fieldValueChanges.PersonMultiValueChange
- fieldValueChanges.RankedDropdownValueChange
- fieldValueChanges.TextValueChange