marketing_campaign_costs_list
Retrieve marketing campaign costs with pagination, sorting, and filtering by year, month, or campaign ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Date | |
| year | No | Cost year | |
| month | No | Cost month | |
| pageSize | No | Records per page (default 50) | |
| campaignId | No | Campaign ID | |
| includeTotal | No | Include total count in response |