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