Listing endpoints support filters via query parameters. Multiple filters are combined with AND logic: all criteria must be met.Documentation Index
Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt
Use this file to discover all available pages before exploring further.
Text filters
Text fields use case-insensitive partial matching (equivalent toILIKE '%value%'):
Exact match filters
Date range filters
Always in ISO 8601 UTC:| Filter | Applies to |
|---|---|
created_after, created_before | People, Companies, Deals, Tasks, Activities |
updated_after, updated_before | People, Companies, Deals |
forecast_after, forecast_before | Deals |
Tag filters
Price filters (deals)
Values in cents:Custom field filters
| Field type | Comparison |
|---|---|
text, long_text, link, address | Case-insensitive partial match |
cpf, cnpj | Exact |
select | Exact |
multi_select | Contains the value |
number | Exact (numeric) |
date | Exact (ISO 8601) |
GET /v1/custom-fields to list available fields in the workspace and retrieve their UUIDs.
Invalid filters
Filters with nonexistent fields or incorrectly formatted values return422: