list_all_custom_field_values
List all custom field values in ActiveCampaign. Filter results by field ID or value to find specific entries.
Instructions
🟢 READ-ONLY · Field Values · GET /fieldValues
List all custom field values
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| filters_val | No | Value of the custom field for a specific contact Sent to ActiveCampaign as "filters[val]". | |
| filters_fieldid | No | ID of the field the value belongs to. Sent to ActiveCampaign as "filters[fieldid]". |