Retrieve a list of parent segments.
Returns a list of audiences (parent segments).
[- {
- "data": {
- "id": "string",
- "type": "parentSegment",
- "attributes": {
- "name": "string",
- "description": "string",
- "matrixUpdatedAt": "2019-08-24T14:15:22Z",
- "population": 0,
- "scheduleType": "daily",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "v4Id": 0,
- "allowActivationBehavior": false,
- "maxActivationBehaviorRow": 7,
- "customerGroup": {
- "name": "string",
- "population": 0
}
}, - "relationships": {
- "parentFolder": {
- "data": {
- "id": "string",
- "type": "folder-segment"
}
}, - "parentSegmentFolder": {
- "data": {
- "id": "string",
- "type": "folder-segment"
}
}
}
}
}
]