latestOpenAPI 3.0.12026-08-21183382785.0 KB
24caa8eb809b
Activations
Retrieve list of activations in segment
Retrieve a list of activations (formerly syndications) associated with a segment.
get/audiences/{audienceId}/segments/{segmentId}/syndications
Path parameters
audienceIdinteger required
Master Segment ID of the syndication
segmentIdinteger required
Segment ID of the syndication
Response
successful operation
Example response
[
{
"columns": [
{
"column": "alias_name",
"source": {
"column": "real_column_name"
}
}
],
"scheduleType": "daily",
"repeatSubFrequency": [
1,
5,
6
]
}
]