Skip to main content
The API supports filtering by related entities and full-text keyword search across contracts and suppliers. Use the q parameter to search by keyword (max 200 characters):

Filtering contracts

Contracts can be filtered by their related entities using opaque IDs:

Getting filter IDs

Use the taxonomy endpoints to look up valid IDs:

Combining filters

You can combine filters with search and date ranges:

Date filtering

Use updated_since (ISO 8601 format) to get records modified after a specific time:
Combine updated_since with cursor pagination for efficient incremental syncing. See the Syncing Data guide.