Response
Successful response
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/analytics/challenges/stats/action-steps
{
"steps": [
{
"actionId": "<string>",
"actionTitle": "<string>",
"stepIndex": 123,
"completionRate": 123,
"totalCompletions": 123,
"dropOffRate": 123,
"actionKey": "<string>",
"category": "<string>",
"criteriaMetCount": 123,
"criteriaNotMetCount": 123,
"totalAttempts": 123,
"uniqueUsersCount": 123
}
]
}
Ordered challenge steps with participation breakdown.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/analytics/challenges/stats/action-steps
{
"steps": [
{
"actionId": "<string>",
"actionTitle": "<string>",
"stepIndex": 123,
"completionRate": 123,
"totalCompletions": 123,
"dropOffRate": 123,
"actionKey": "<string>",
"category": "<string>",
"criteriaMetCount": 123,
"criteriaNotMetCount": 123,
"totalAttempts": 123,
"uniqueUsersCount": 123
}
]
}
Successful response
Show child attributes
Was this page helpful?