list_all_deal_roles
Retrieve a list of all deal roles from ActiveCampaign to view role titles and details. Supports filtering, pagination, and sorting for efficient role management.
Instructions
🟢 READ-ONLY · Deal Roles · GET /dealRoles
List all deal roles
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. | |
| search | No | (optional string used to search for matching titles) | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. |