curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/analytics/challenges/stats/overview \
--header 'x-api-token: <api-key>'{
"summary": {
"totalParticipants": 123,
"totalCompletions": 123,
"completionRate": 123,
"averageTimeToCompleteHours": 123,
"startedNotCompleted": 123
},
"actionsBreakdown": [
{
"actionId": "<string>",
"totalCompletions": 123,
"completionRate": 123,
"actionTitle": "<string>"
}
],
"participantsByDay": [
{
"date": "<string>",
"count": 123
}
],
"timeseries": [
{
"date": "<string>",
"started": 123,
"completed": 123,
"uniqueUsers": 123
}
],
"funnel": [
{
"step": "<string>",
"users": 123,
"conversionFromStart": 123
}
]
}Aggregated challenge analytics: summary, actions breakdown, participantsByDay, timeseries, funnel.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/analytics/challenges/stats/overview \
--header 'x-api-token: <api-key>'{
"summary": {
"totalParticipants": 123,
"totalCompletions": 123,
"completionRate": 123,
"averageTimeToCompleteHours": 123,
"startedNotCompleted": 123
},
"actionsBreakdown": [
{
"actionId": "<string>",
"totalCompletions": 123,
"completionRate": 123,
"actionTitle": "<string>"
}
],
"participantsByDay": [
{
"date": "<string>",
"count": 123
}
],
"timeseries": [
{
"date": "<string>",
"started": 123,
"completed": 123,
"uniqueUsers": 123
}
],
"funnel": [
{
"step": "<string>",
"users": 123,
"conversionFromStart": 123
}
]
}Successful response
Was this page helpful?