Create Survey
Creates a schema for survey, which includes name and description of
schema.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The survey's name.
description
Description about the survey.
header
Header of the survey.
introductory_text
Text posted when introducing the survey to the responder.
response_text
Text posted after the response is collected.
schema
Schema for the survey.
schema_with_metadata
The schema with metadata for the survey.
title
Title of the survey.
Response
Success.
survey