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
The Id of the SurveyQuestion record to retrieve.
Code Examples
Response
200
ID of the survey linked to this record.
Display name of the linked survey (read-only).
The text value for this survey question.
Free-text description of this survey question.
The available options value for this survey question.
Whether this survey question is currently active.
The display order value for this survey question.
Whether allow multiple options is enabled.
The question type value for this survey question. See
eQuestionType enum values: 1 = Text, 2 = Boolean, 3 = LongText, 4 = Date, 5 = Dropdown, 6 = Binary.Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one SurveyQuestion