SurveyQuestions
Get one SurveyQuestion
Retrieve a single SurveyQuestion record by its Id.
GET
Get one SurveyQuestion
A SurveyQuestion defines a single question within a survey, including its type (text, boolean, long text, date, dropdown, or binary), label, and display order.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the SurveyQuestion-Read role.Path Parameters
integer
required
The Id of the SurveyQuestion record to retrieve.
Code Examples
Response
200
integer
ID of the survey linked to this record.
string
Display name of the linked survey (read-only).
string
The text value for this survey question.
string
Free-text description of this survey question.
string
The available options value for this survey question.
boolean
Whether this survey question is currently active.
integer
The display order value for this survey question.
boolean
Whether allow multiple options is enabled.
integer
The question type value for this survey question. See
eQuestionType enum values: 1 = Text, 2 = Boolean, 3 = LongText, 4 = Date, 5 = Dropdown, 6 = Binary.integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one SurveyQuestion