surveys

Create

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

Request

This endpoint expects an object.
name
stringRequired
The survey's name.
description
stringOptional
Description about the survey.
introductory_text
stringOptional
Text posted when introducing the survey to the responder.
response_text
stringOptional
Text posted after the response is collected.
schema
list of maps from strings to anyOptional
Schema for the survey.
schema_with_metadata
list of objectsOptional
The schema with metadata for the survey.

Response

This endpoint returns an object
survey
object