Add Multiselection
POST https://rest.webropolsurveys.com/api/v1/events/{{SurveyId}}/questions/multiselection
Adds a Multiselection type question to the survey. Multiselection options can be defined in the request body as shown in the example request.
Request Body
{"QuestionSettings"=>{"IsMandatory"=>false}, "QuestionOptions"=>[{"Title"=>"Pineapple"}, {"Title"=>"Orange"}, {"Title"=>"Banana"}, {"Title"=>"Apple"}, {"Title"=>"Pear"}], "Name"=>"Which of the following fruits do you like?", "QuestionOrderNumber"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"QuestionIds":["289c951e-9bbe-471e-96d1-e9bb7ea3d1f9"],"Message":"Questions created"}