campaigns_getcosts
Retrieve campaign cost details by specifying parameters like tenant ID, year, month, and pagination. Supports sorting and includes total count for accurate cost analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Format - int64. | |
includeTotal | No | Whether total count should be returned | |
month | No | Format - int32. | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
sort | No | Applies sorting by the specified field: "?sort=+FieldName" for ascending order, "?sort=-FieldName" for descending order. Available fields are: Id, Date (Year + Month) | |
tenant | Yes | Format - int64. Tenant ID | |
year | No | Format - int32. |