POST /api/user/current/quizsessions/{quizId}/answer
POST
/api/user/current/quizsessions/{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
"\\d+"
Query Parameters
isTest
Typeboolean
Default
false
Request Body
application/json
JSON
[
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
}