Create Survey
POST {{baseUrl}}/survey-definitions
Create a new survey.
Request Body
{"SurveyName"=>"<string>", "Language"=>"MS", "ProjectCategory"=>"PX"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"},"result":{"SurveyID":"SV_EN8RgJ0E8T94jhd","DefaultBlockID":"BL_o1EEpA47OrfJ7Ou"}}