Return the list of activation sankey charts of journey under the bundle
Returns the list of the journey statistics
{- "data": [
- {
- "stageId": [
- {
- "attributes": {
- "updatedAt": "string",
- "journeyStageId": "string",
- "chart": {
- "title": "string",
- "chartType": "sankey",
- "data": [
- null
], - "metaData": {
- "links": [ ]
}
}
}
}
]
}
], - "included": [
- {
- "id": "string",
- "type": "user",
- "attributes": {
- "tdUserId": "string",
- "name": "string"
}
}
]
}