API Reference

Create Question

Description

Creates a question

Details

This API can be used to create a question. To use this API, review the request schema and pass in all fields that are required to create a question.

Log in to see full request history
Body Params
string
required

The type of question

string
required
string
required
choices
array of objects

List of choices for the question. Required for CATEGORICAL questions.

Choices
ratingOptions
object

Options for rating questions.

numberOptions
object

Options for number questions.

freeTextOptions
object

Options for free text questions.

boolean

Whether the question allows multiple answers.

boolean

Whether the question is displayed as a dropdown in the UI.

boolean

[To be deprecated in favor of question set question_id_to_config] Whether the question is required.

conditions
array of objects

Conditions for the question to be shown.

Conditions
string

The default value for the question.

string
required

The ID of the account that owns the given entity.

Headers
string
Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json