latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Activations

Retrieve list of activations recursively under a folder

Retrieve a list of activations (formerly syndications) recursively under a folder.

get/audiences/{audienceId}/folders/{folderId}/syndications

Path parameters

audienceIdinteger required

Master Segment id of the syndications

folderIdinteger required

Segment Folder ID

Query parameters

sorted_bystring {sort_key}:{option}

a sort key with an option

name_includestring

filter by Activation's name to return only Activations whose name includes the value

segment_name_includestring

filter by Segment's name to return only Activations whose Segment name includes the value

start_afterstring date-time

filter by start_at to return only Activations that starts after

start_beforestring date-time

filter by start_at to return only Activations that starts before

connection_typestring[]

filter by Connection Type return only Activations whose Connection Types match (Note that Pagination parameters page[size] and page[after] are ignored if connection_type is specified)

schedule_statusstring[]

filter by schedule_status

created_by_td_user_idinteger[]

filter by the User ID of created_by

filter by activation_template_id, "none" matches with an Activation that has no Activation Template, but it does not match with an Activation that has a deleted Activation Template

repeat_unitstring[]

filter by repeat_unit

page[after]string

An opaque cursor to get the next syndications

page[size]integer

The paginated number of syndications to get

Response

successful operation