API Documents///
- Retrieve list of activations recursively under a folder
Retrieve list of activations in segment
Create activation
Retrieve activation by ID
Update activation
Delete activation
Run activation (legacy)
Retrieve list of activations in audience
Retrieve list of activations
Create activation
Retrieve list of activations
Update activation
Delete activation
Run activation
Retrieve list of activations by parent segment
List of workflow project names
List of workflow names
Retrieve list of activati...
Retrieve a list of activations (formerly syndications) recursively under a folder.
Security
TdApikeyAuth
a sort key with an option
Examples:
Sorted by connection_type in an ascending order (Note that Pagination parameters page[size] and page[after] are ignored if sorted by connection_type)
sorted_by=connection_type:ascSorted by segment_id in an ascending order
sorted_by=segment_id:ascSorted by segment_name in an descending order
sorted_by=segment_name:descSorted by activation_template_id in an descending order
sorted_by=activation_template_id:descSorted by activation_template_name in an ascending order
sorted_by=activation_template_name:ascSorted by start_at in an descending order
sorted_by=start_at:descSorted by repeat_unit in an ascending alphabetical order
sorted_by=repeat_unit:ascSorted by the User ID of created_by in an ascending order
sorted_by=created_by_td_user_id:ascSorted by the User Name of created_by in an descending order
sorted_by=created_by_user_name:descSorted by updated_at in an descending order
sorted_by=updated_at:descSorted by created_at in an descending order
sorted_by=created_at:desc- https://api-cdp.treasuredata.comhttps://api-cdp.treasuredata.com/audiences/{audienceId}/folders/{folderId}/syndications
- https://api-cdp.treasuredata.co.jphttps://api-cdp.treasuredata.co.jp/audiences/{audienceId}/folders/{folderId}/syndications
- https://api-cdp.eu01.treasuredata.comhttps://api-cdp.eu01.treasuredata.com/audiences/{audienceId}/folders/{folderId}/syndications
- https://api-cdp.ap02.treasuredata.comhttps://api-cdp.ap02.treasuredata.com/audiences/{audienceId}/folders/{folderId}/syndications
- https://api-cdp.ap03.treasuredata.comhttps://api-cdp.ap03.treasuredata.com/audiences/{audienceId}/folders/{folderId}/syndications
curl -i -X GET \
'https://api-cdp.treasuredata.com/audiences/{audienceId}/folders/{folderId}/syndications?sorted_by=connection_type%3Aasc&name_include=string&segment_name_include=string&start_after=2019-08-24T14%3A15%3A22Z&start_before=2019-08-24T14%3A15%3A22Z&connection_type=string&schedule_status=none&created_by_td_user_id=0&activation_template_id=0&repeat_unit=hour&page%5Bafter%5D=string&page%5Bsize%5D=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- object or null
- SyndicationExecution
{ "syndications": [ { … } ], "pagination": { "hasNext": true, "nextPage": "string", "approximateCount": 0 } }