Get all WOTT Surveys

GET {{baseurl}}/surveys

Get all WOTT surveys the user has access rights to.

To access information of specific WOTT survey, use SurveyId.

Status tells if the survey still collecting answer or not. Use this to pause collecting answers for period of time.

ParentId indicates in which foider survey is located. 00000000-0000-0000-0000-000000000000 refers to root folder.

ReadAccess and WriteAccess shows your survey rights. Without the write accessa you can not modify the survey.

isPublished tells if the survey is ready to collect answers. After publishing the survey editing options are limited.

NOTE
This request lists all WOTT surveys as well as all basic surveys. To list only WOTT surveys use surveys/getSurveysByType/5.

HEADERS

KeyDatatypeRequiredDescription
eventIdstring

RESPONSES

status: OK

[{"SurveyId":"bc8f501a-2275-4c5b-b285-00639c782394","SurveyTitle":"My Survey","Status":"Closed","ParentId":"00000000-0000-0000-0000-000000000000","ReadAccess":true,"WriteAccess":true,"isPublished":false,"CreationDate":"2018-02-21T10:25:48"},{"SurveyId":"b9bb8406-6273-4d56-baf8-0283f51bd057","SurveyTitle":"My Other Survey","Status":"Open","ParentId":"00000000-0000-0000-0000-000000000000","ReadAccess":true,"WriteAccess":true,"isPublished":true,"CreationDate":"2020-10-26T11:22:48.99"}]