Webropol REST API Requests

Number of APIs: 104

This Collection contains all requests available for Webropol REST API. You will need to edit your credentials to GetToken request in Authentication folder and run the request in order for these to work. Once the token has been retrieved, the requests can be used as shown in the examples.

Tips

  • When using the Collection in Qodex, only one token request is needed - great for testing purposes
  • Some requests contain Qodex specific post request scripts, that will fetch id's from the request response and set them as Collection Variables to be used in other requests. [Read more on variables in Qodex]

Sample token shown here does not work, you must create a token with your own credentials.

Also requests shown here contains example GUID (survey ID). You can get your own from UE or by creating a survey using request.

Webropol is not providing SSH File Transfer Protocol but you can upload and manage data files through REST.

  1. Survey & Event Properties - Get Event Details GET https://rest.webropolsurveys.com/api/v1/events/{{EventId}}

  2. Create Surveys & Events - Get Questions GET https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/questions/

  3. Create Surveys & Events - Delete Survey or Event DELETE https://rest.webropolsurveys.com/api/v1/Events/{{SurveyId}}/delete

  4. Hierarchy-UE Specific Hierarchy - Create Hierarchy Structure PUT https://rest.webropolsurveys.com/api/v1/hierarchy

  5. Hierarchy-Survey Specific Hierarchy - DownloadHierarchyTemplate GET https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/DownloadHierarchyTemplate

  6. Hierarchy-Survey Specific Hierarchy - UploadHierarchy POST https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/ImportHierarchy

  7. Survey & Event Properties - Answer by Voice GET https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/settings/answerbyvoice

  8. Send Surveys & Events-Events SMS requests - Send SMS POST https://rest.webropolsurveys.com/api/v1/surveys/{{EventId}}/send/sms

  9. WOTT - Get WOTT Survey Locations GET {{baseurl}}/wott/surveys/{{wottId}}/locations

  10. Folder Actions - Move Survey to Folder POST https://rest.webropolsurveys.com/api/v1/folders/f112b6d1-b310-4511-9997-6d500ae149ff/movesurvey