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.
Authorizations
Headers
Body
The ID of the account that owns the given entity.
The type of question
categorical
, free_text
, rating
, number
List of choices for the question. Required for CATEGORICAL questions.
Conditions for the question to be shown.
Whether the question is displayed as a dropdown in the UI.
Whether the question allows multiple answers.
Options for number questions.
Options for rating questions.
[To be deprecated in favor of question set question_id_to_config] Whether the question is required.
Response
The ID of the account that owns the given entity.
The date and time when the entity was created in ISO format.
The user who originally created the entity.
The unique identifier of the entity.
The type of question
categorical
, free_text
, rating
, number
List of choices for the question. Required for CATEGORICAL questions.
Conditions for the question to be shown.
Whether the question is displayed as a dropdown in the UI.
Whether the question allows multiple answers.
Options for number questions.
Options for rating questions.
[To be deprecated in favor of question set question_id_to_config] Whether the question is required.