Retrieve the specified journey statistics.
Returns the statistical summary of the journey
non-JSON:API formatted error for insufficient permission to access a resource
{- "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": "string",
- "journeyStageId": "string",
- "size": 0,
- "exitSizes": [
- null
], - "entryInflux": 0,
- "milestoneInflux": 0,
- "exitInflux": 0,
- "jumpInflux": 0
}
]
}
]
}
}, - "included": [
- {
- "id": "string",
- "type": "user",
- "attributes": {
- "tdUserId": "string",
- "name": "string"
}
}
]
}