Answer the current quiz question
POST
/api/users/current/quiz-sessions/{quizId}/answer
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
quizId*
Typestring
RequiredPattern
"[1-9][0-9]*"Query Parameters
isTest
Typeboolean
Default
falseRequest Body
application/json
JSON
{
"ids": [
0
]
}
Responses
Success.
application/json
JSON
{
"solution": [
{
"id": 1,
"text": "Take every thing I see with me.",
"explanation": "You should not do that. Obviously.",
"answerRating": 0
}
],
"timedOut": true
}