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