Retrieve a list of segment rules available in an audience. It returns the viewable journeys only.
Returns the list of segment rules available in the audience
{- "data": [
- {
- "id": "string",
- "type": "journeySegmentRule",
- "attributes": {
- "journeyId": "string",
- "journeyStageId": "string",
- "name": "string",
- "location": "string",
- "journeyBundleName": "string",
- "journeyState": "draft",
- "journeyPaused": true,
- "journeyVersionNumber": 0,
- "journeyIsLatestVersion": true
}
}
]
}