Get Questions
GET https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/questions/
Fetch all questions for a survey, returns QuestionId, Questiontext, QuestionOrderNumber and QuestionKeywords.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"Questions":[{"QuestionId":"dfab6b44-5972-4546-ae60-9e18405cef2f","QuestionText":"Select your gender","QuestionOrderNumber":1,"QuestionKeywords":"testing a"},{"QuestionId":"f45ee848-860d-4b17-9be9-ec8337ae83cb","QuestionText":"Select your country code","QuestionOrderNumber":2,"QuestionKeywords":"testing b"},{"QuestionId":"289c951e-9bbe-471e-96d1-e9bb7ea3d1f9","QuestionText":"Which of the following fruits do you like?","QuestionOrderNumber":3,"QuestionKeywords":"testing c"},{"QuestionId":"4b98d386-c89d-44e3-bdca-a29860d6fca5","QuestionText":"Evaluate the Products","QuestionOrderNumber":4,"QuestionKeywords":"testing d"},{"QuestionId":"979c6447-2f0c-4e9e-a654-feb7fb11a932","QuestionText":"Your open feedback","QuestionOrderNumber":5,"QuestionKeywords":"testing e"}]}