API ReferenceCrm quiz submission
Funnel statistics for a quiz
Returns per-step reach and drop-off counts for the given quizId, scoped to the current tenant.
AuthorizationBearer <token>
In: header
Path Parameters
quizId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/crm/quiz-submissions/funnel/string"{
"completed": 0,
"quizId": "string",
"steps": [
{
"dropOffRate": 0.1,
"droppedHere": 0,
"reached": 0,
"step": 0
}
],
"totalSubmissions": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}