Create Survey

POST

Creates a schema for survey, which includes name and description of schema.

Request

This endpoint expects an object.
namestringRequired>=1 character<=100 characters

The survey’s name.

descriptionstringOptional<=1000 characters

Description about the survey.

headerstringOptional<=1000 characters

Header of the survey.

introductory_textstringOptional<=1000 characters

Text posted when introducing the survey to the responder.

response_textstringOptional<=1000 characters

Text posted after the response is collected.

schemalist of maps from strings to anyOptional

Schema for the survey.

schema_with_metadatalist of objectsOptional

The schema with metadata for the survey.

titlestringOptional<=1000 characters

Title of the survey.

Response

Success.

surveyobject
Built with