Questions
QuestionsResource
Methods
post/v5/questions
Create Question
get/v5/questions
List Questions
get/v5/questions/{question_id}
Get Question
patch/v5/questions/{question_id}
Update Question
Parameters
question_id: str
name: str
(maxLength: 255, minLength: 1)Display name for the question
Request example
200Example
delete/v5/questions/{question_id}
Archive a question by setting archived_at in the db
post/v5/questions/{question_id}/restore
Restore Archived Question
Domain types
class CategoricalQuestion: ...
class CategoricalQuestionConfiguration: ...
class FormQuestion: ...
class FormQuestionConfiguration: ...
class FreeTextQuestion: ...
class FreeTextQuestionConfiguration: ...
class NumberQuestion: ...
class NumberQuestionConfiguration: ...
class RatingQuestion: ...
class RatingQuestionConfiguration: ...
class TimestampQuestion: ...
class TimestampQuestionConfiguration: ...