Get all field value changes
| ⚠️ This endpoint is currently in BETA |
|---|
Retrieve field value changes across all entities and fields in your Affinity workspace.
This endpoint is designed for delta-sync: store pagination.nextUrl after each response and use
it on the next request to fetch only changes since your last sync. Changes are returned in
ascending order of changedAt, then by internal change ID. Only fields with change tracking enabled are
included.
You can filter results using the filter query parameter.
| Property Name | Description | Type | Allowed Operators | Examples |
|---|---|---|---|---|
field.id | The ID of the field | string | = | field.id=field-1234 |
listEntry.id | The ID of the list entry | integer | = | listEntry.id=5678 |
changer.id | The ID of the person who made the change | integer | = | changer.id=9012 |
changedAt | When the field value was changed | datetime | >, <, >=, <= | changedAt>=2025-01-01T00:00:00Z |
actionType | The type of change (add, update, delete) | string | = | actionType=add |
Filters can be combined:
|(OR) to match any of multiple values:field.id=field-1 | field.id=field-2&(AND) to require all conditions:changedAt>=2025-01-01T00:00:00Z & changedAt<=2025-12-31T23:59:59Z
Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter options
Properties to sort by. Defaults to changedAt. Prefix with - for descending order.
changedAt, -changedAt Cursor for the next or previous page
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
1 <= x <= 100100
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