list_all_deal_activities
Retrieve deal activities filtered by deal ID, data type, and pagination, with the option to exclude email activities.
Instructions
🟢 READ-ONLY · Deal Activities · GET /dealActivities
List all deal activities
Fetches data. Makes no changes to your ActiveCampaign account.
View a recent activity for Deals. A specific deal's activity can also be viewed using /api/3/deals/[dealID]/dealActivities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deal | No | Filter by deal ID | |
| 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. | |
| exclude_email | No | Include this param to exclude "email", "connection_email", and "LinkData" activity types Sent to ActiveCampaign as "exclude=email". | |
| filters_data_id | No | Enter any dataId (see Response details) to filter by related object. Example "291" for a note with ID 291 Sent to ActiveCampaign as "filters[data_id]". | |
| filters_data_type | No | Enter any dataType (see Response Details) to filter by that type. Examples: "userid" or task" or "note" Sent to ActiveCampaign as "filters[data_type]". |