Retrieve a campaign
Retrieve details of a specific marketing campaign identified by its internal ID. This endpoint allows you to access campaign information and associated assets. It is useful for obtaining campaign data for analysis or reporting purposes.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the campaign to retrieve.
Query Parameters
The end date for filtering campaign data, formatted as YYYY-MM-DD.
A comma-separated list of property names to include in the response.
The start date for filtering campaign data, formatted as YYYY-MM-DD.
Response
successful operation
A map of asset types to their respective collections of campaign assets, represented by CollectionResponsePublicCampaignAsset objects.
An array of business units associated with the campaign, each represented by a PublicBusinessUnit object.
The date and time when the campaign was created, in ISO 8601 format.
The unique identifier for the campaign, represented as a string.
A map of custom property names to their values, where each value is a string.
The date and time when the campaign was last updated, in ISO 8601 format.