Batch retrieve campaigns
Retrieve a batch of campaigns using specified parameters. This endpoint allows you to filter campaigns by date range and select specific properties to include in the response. It is useful for obtaining detailed information about multiple campaigns at once.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The end date for filtering campaigns, formatted as a string.
A comma-separated list of property names to include in the response.
The start date for filtering campaigns, formatted as a string.
Body
An array of PublicCampaignReadInput objects, each containing the ID of a campaign to be read. This property is required.
Response
successful operation
The date and time when the batch operation was completed, in ISO 8601 format.
An array of PublicCampaignWithAssets objects, representing the campaigns involved in the batch operation.
The date and time when the batch operation started, in ISO 8601 format.
The current status of the batch operation. Valid values include 'PENDING', 'PROCESSING', 'CANCELED', and 'COMPLETE'.
CANCELED, COMPLETE, PENDING, PROCESSING A map of link names to associated URIs, providing additional resources or documentation related to the batch operation.
The date and time when the batch operation was requested, in ISO 8601 format.