Skip to main content
Get all field value changes.
Tool ID: affinity_v2_field_value_changes_get

Run this action

This action has conditional or dynamic input fields that cannot be represented by a reliable static example. Inspect the live contract before executing it:

Example response

The static output schema is not detailed enough to generate a reliable example. Use deepline tools get affinity_v2_field_value_changes_get --json for the complete live contract.

Input reference

Retrieve field value changes across all entities and fields in your Affinity workspace. For an overview of field value changes, including which fields support change tracking and how the action types behave, see Field Value Changes. This endpoint is built for delta-sync. Within a single sync, follow pagination.nextUrl to page through results until it becomes null, which means you have reached the most recent change. To run the next incremental sync, record the changedAt of the last change you processed and, on your next sync, filter for changes newer than that timestamp (for example, filter=changedAt>2024-06-01T12:00:00Z). Do not persist nextUrl between syncs, since it is null once you are caught up. Changes are returned in ascending order of changedAt, then by internal change ID. Only fields with change See the live schema below for the complete notes.

Output reference

This output schema is too large to embed without slowing the page. Get the complete live contract with deepline tools get affinity_v2_field_value_changes_get --json.

Deepline cost

  • Pricing model: fixed (per call).
  • Estimated Deepline credits: 0 per pricing unit.
  • Provider-native pricing may still exist outside Deepline credit billing.