Questions
QuestionsResource
Methods
post/v5/questions
Create Question
Parameters
configuration:
Categorical answer choices (must contain at least one entry)
Whether the question is displayed as a dropdown in the UI.
Whether the question allows multiple answers.
name: str
prompt: str
user-facing question prompt
question_type: Optional[Literal["categorical"]]
(default: "categorical")"categorical"
Returns
class CategoricalQuestion: ...
class RatingQuestion: ...
class NumberQuestion: ...
class FreeTextQuestion: ...
class FormQuestion: ...
Request example
200Example
get/v5/questions
List Questions
get/v5/questions/{question_id}
Get Question
Domain types
Question =