v1
latestOpenAPI 3.0.12026-07-2412502.6 MBGet campaign items
Returns all items for a specific campaign, including item settings and configuration.
Query parameters
Limit results to items with a specfic item ID.
Limit results to only an item with a specific name.
Limit results to a specific campaign item ID.
Find items on a campaign that belong to a specific item category ID.
Find items on a campaign that belong to a specific item category slug.
Find items on a campaign that have a specific tag.
Return items based on if they are hidden or not.
Return campaign items based on if the item is active or not.
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=item_images,item_tags)
Limit the number of results. Default: 25, max: 200.
Offset the results
Field to sort result by
Order by asc or desc
Response
OK
Example response
{
"campaign_items": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"campaign_item_date_created": "2023-04-01 00:00:00",
"campaign_item_date_modified": "2023-04-01 00:00:00",
"linked_items": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"campaign_item_date_created": "2023-04-01 00:00:00",
"campaign_item_date_modified": "2023-04-01 00:00:00"
}
],
"related_items": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"campaign_item_date_created": "2023-04-01 00:00:00",
"campaign_item_date_modified": "2023-04-01 00:00:00"
}
]
}
]
}