This endpoint lists all assets of the campaign by asset type. The assetType parameter is required, and each request can only fetch assets of a single type. Asset metrics can also be fetched along with the assets; they are available only if start and end dates are provided.
marketing.campaigns.read
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for the campaign, formatted as a UUID.
The type of asset to fetch.
A cursor for pagination. If provided, the results will start after the given cursor. Example: NTI1Cg%3D%3D
The maximum number of results to return. Default: 10
Start date to fetch asset metrics, formatted as YYYY-MM-DD. This date is used to fetch the metrics associated with the assets for a specified period. If not provided, no asset metrics will be fetched.
End date to fetch asset metrics, formatted as YYYY-MM-DD. This date is used to fetch the metrics associated with the assets for a specified period. If not provided, no asset metrics will be fetched.
successful operation
The response is of type object
.