Submits user answers for the a quest of type quiz or questionnaire. Sending this request again will re-evalute the answers and update the status of the user's quiz. Questionnaires always return a status of passed once the answers have been submitted.
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params
Header Params
Body Params application/json
Example
{"userId":"123e4567-e89b-12d3-a456-426614174000","answers":[{"questionId":"12345678-1234-1234-1234-123456789012","choiceId":"12345678-1234-1234-1234-123456789013"},{"questionId":"12345678-1234-1234-1234-123456789019","value":"lorum ipsum dolor sit amet"}]}