Skip to content

GET /api/user/current/quizsessions/{quizId}/results

GET
/api/user/current/quizsessions/{quizId}/results

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

quizId*
Typestring
Required
Pattern"\\d+"

Query Parameters

isTest
Typeboolean
Defaultfalse

Responses

Success.

application/json
JSON
{
"id": null,
"foodsaverId": null,
"quizId": null,
"status": null,
"questionsAnswered": null,
"startTime": null,
"endTime": null,
"failurePoints": null,
"maxFailurePointsToSucceed": null,
"isTimed": true,
"isTest": true
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python