Create Survey Version
POST {{baseUrl}}/survey-definitions/:surveyId/versions
Create a new survey version.
Request Body
{"Description"=>"<string>", "Published"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"},"result":{"metadata":{"surveyID":"SV_VVKO3eXpF7CsqE","versionID":"\u003cstring\u003e","versionNumber":"\u003cinteger\u003e","description":"\u003cstring\u003e","userID":"UR_KhJwPFsv0zt","creationDate":"\u003cdateTime\u003e","published":"\u003cboolean\u003e","wasPublished":"\u003cboolean\u003e","publishEvents":[{"date":"\u003cdateTime\u003e","userID":"UR_JKAGYQNdiPX"},{"date":"\u003cdateTime\u003e","userID":"UR_eQJNif7Kv9iOuav"}]}}}