retrieve_all_custom_deal_field_meta
List all custom deal field metadata in ActiveCampaign, supporting pagination and filtering for targeted results.
Instructions
🟢 READ-ONLY · Deal Custom Field Meta · GET /dealCustomFieldMeta
List all custom fields
Fetches data. Makes no changes to your ActiveCampaign account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The number of fields returned per request. | |
| 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. |