Create a new Survey

POST https://rest.webropolsurveys.com/api/v1/surveys

Creates a new Webropol Survey and returns the id of the created survey. Also sets the SurveyId as a the Collection variable: SurveyId

Data Values

SurveyName: Saving name and title of the survey

FolderId (optional): The id of the folder the survey is saved to. Default is root. FolderId: 00000000-0000-0000-0000-000000000000 means the root folder. Get all folders using: Get folders request

TemplateId (optional): Use a ready made template for the survey. Templates need to be created via UI. Get all templates and templateid's using: Get templates request

Request Body

{"SurveyName"=>"New Survey", "FolderId"=>"00000000-0000-0000-0000-000000000000", "TemplateId"=>"00000000-0000-0000-0000-000000000000"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"SurveyId":"b254d4f3-ed90-4281-948f-abf1b83f0233"}