Skip to main content
GET
/
challenges
/
stats
/
action-steps
Challenge action steps (funnel)
curl --request GET \
  --url https://{subdomain}.nudj.cx/api/v2/analytics/challenges/stats/action-steps \
  --header 'x-api-token: <api-key>'
{
  "steps": [
    {
      "actionId": "<string>",
      "actionTitle": "<string>",
      "stepIndex": 123,
      "completionRate": 123,
      "totalCompletions": 123,
      "dropOffRate": 123,
      "criteriaMetCount": 123,
      "criteriaNotMetCount": 123,
      "totalAttempts": 123,
      "uniqueUsersCount": 123,
      "actionKey": "<string>",
      "category": "<string>"
    }
  ]
}

Authorizations

x-api-token
string
header
required

Query Parameters

challengeId
string
required
startDate
string
endDate
string

Response

Successful response

steps
object[]
required