campaign_costs_get_list
Retrieve a list of campaign costs by specifying campaign, tenant, and date parameters. Supports pagination, sorting, and optional total count inclusion for efficient data management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaignId | No | Format - int64. Campaign ID | |
includeTotal | No | Whether total count should be returned | |
month | No | Format - int32. Month | |
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. Year |