Return the statistics under the journey bundle.
Returns the list of the journey statistics
{- "data": [
- {
- "id": "string",
- "type": "journeyStatistic",
- "attributes": {
- "size": 0,
- "goalSize": 0,
- "enteredSize": 0,
- "completionRate": 100,
- "exitOrJumpSize": 0,
- "exitOrJumpRate": 100,
- "history": [
- {
- "updatedAt": "string",
- "size": 0,
- "entryInflux": 0,
- "goalInflux": 0,
- "exitInflux": 0,
- "jumpInflux": 0
}
], - "journeyStageStatistics": [
- {
- "id": "string",
- "enteredSize": 0,
- "milestoneSize": 0,
- "completeMilestoneRate": 100,
- "exitOrJumpSize": 0,
- "exitOrJumpRate": 100,
- "history": [
- {
- "updatedAt": null,
- "journeyStageId": null,
- "size": null,
- "exitSizes": [ ],
- "entryInflux": null,
- "milestoneInflux": null,
- "exitInflux": null,
- "jumpInflux": null
}
]
}
]
}
}
], - "included": [
- {
- "id": "string",
- "type": "user",
- "attributes": {
- "tdUserId": "string",
- "name": "string"
}
}
]
}