list_all_custom_field_values_2
Retrieve all custom field values from ActiveCampaign accounts with filters by account, pagination, and sorting. Read-only operation.
Instructions
🟢 READ-ONLY · Account Custom Field Data · GET /accountCustomFieldData
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_customerAccountId | No | Filter results by a specific account (note that Id uses a capital I) Sent to ActiveCampaign as "filters[customerAccountId]". |