POST
/
assessments
/
continue
/

Headers

auth
string
required

The auth token of the user. It is used to authenticate the user.

Content-Type
string

The content type of the request. It is used to determine the type of data being sent.

Path Parameters

hash
string
required

The conversation id of the assessment. It is used to identify the assessment.

Body

application/json · object

The request body must contain the response to the question. The format should be:

{
  "response": {
    "qid": question_id (integer) from the previous response,
    "respid": {
      "id": "id of the option selected from previous response",
      "choice": "choice selected from previous response"
    }
  }
}

Response

200 - application/json

The response is of type object.