- 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.
- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences/{audienceId}/syndications
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences/{audienceId}/syndications
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences/{audienceId}/syndications
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences/{audienceId}/syndications
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences/{audienceId}/syndications
curl -i -X GET \
'https://api-cdp.treasuredata.com/audiences/{audienceId}/syndications?without_detail=true' \
-H 'Authorization: YOUR_API_KEY_HERE'successful operation
Syndication column detail. Basic syntax is {"column": "alias_name", "source": {...}}. source accepts various definitions. See ColumnExpression/StringExpression for details. example value is using ColumnExpression without function property.
cdp-api will fill some value for old syndications with ScheduleType is not NoneType. '%Y-%M-%DT%h:%m:%s' is expected.
Parameter for more detailed frequency settings. Values are array of integers. Currently, this parameter is only valid for repeat unit "week". For multiple days of the week, each value should be 1 to 7. 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday, 7: Sunday
[ 1, 5, 6 ]
[ { "id": "string", "audienceId": "string", "segmentId": "string", "name": "string", "description": "string", "allColumns": true, "columns": [ … ], "scheduleType": "daily", "scheduleOption": "string", "startAt": "string", "endOn": "2019-08-24", "repeatUnit": "string", "repeatFrequency": 0, "repeatSubFrequency": [ … ], "timezone": "string", "connectionId": "string", "connectorConfig": {}, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "createdBy": { … }, "updatedBy": { … }, "valid": true, "executions": [ … ], "notifyOn": [ … ], "emailRecipients": [ … ], "activationTemplateId": "string" } ]