v1

latestSwagger 2.02026-08-06250450289.0 KB
response

Add answers for response

put/v3/responses/{response_id}/update

Path parameters

response_idnumber required

ID of the response

Request body

survey_idnumber required

ID of the survey

variablesProperties

Example request

{
  "survey_id": 1,
  "answers": [
    {
      "question_id": 1,
      "parent_question_id": 1
    }
  ]
}

Response

Successful