Add Freetext
POST https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/questions/freetext
Adds a Freetext (label) question to a survey.
Request Body
{"Name"=>"Your freetext"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"QuestionIds":["979c6447-2f0c-4e9e-a654-feb7fb11a932"],"Message":"Questions created"}