latestOpenAPI 3.0.12026-08-21183382785.0 KB
24caa8eb809b
Parent Segment Configurations
Retrieve list of parent segment configurations
Retrieve a list of parent segment configurations by name. You can get the parent segment's schedules, created_by, the parent database name and tables, its attributes and behaviors, as well as the population for the retrieved Parent Segment.
get/audiences
Response
successful operation
Example response
[
{
"scheduleType": "daily",
"scheduleOption": "00:00",
"timezone": "UTC",
"behaviors": [
{
"scheduleType": "daily"
}
],
"audienceFilters": [
{
"columnName": "Country",
"rightValues": [
"Japan"
]
}
]
}
]