latestOpenAPI 3.0.12026-08-21183382785.0 KB
24caa8eb809b
Activations
Retrieve list of activations in audience
Retrieve a list of activations (formerly syndications) associated with a parent segment ID and view their status and/or schedules.
get/audiences/{audienceId}/syndications
Path parameters
audienceIdinteger required
Master Segment ID of the syndication
Query parameters
without_detailboolean
If true, the response does not include the detail of the syndication, such as valid, and executions.
Response
successful operation
Example response
[
{
"columns": [
{
"column": "alias_name",
"source": {
"column": "real_column_name"
}
}
],
"scheduleType": "daily",
"repeatSubFrequency": [
1,
5,
6
]
}
]