Download Segments To Assign
After creating the content summary with Calculate Content Summary you can pull the segments that should be assigned to jobs. This may be useful to “preview” those segments prior to actually creating jobs with Create Workflows/Jobs From Content Summary
URL
(GET) /api/apps/wbflex/documents/{id}/branches/content/summary/{token}/segments/toassign
PARAMETERS
The URL parameters are:
id | Specify the Flex container ID | string, Mandatory |
token | The token obtained when creating the content summary | string, Mandatory |
The BODY must be a JSON object with these properties:
locale | Optional filter by the locale. | string, Optional |
branch | Optional filter by the branch. | string, Optional |
RESULTS
The results is a JSON array with all the segments to assign (see Download Content Summary for this property).
Example:
[
28960961,
28960960,
28960959
]