FormPageQuestions
Get one FormPageQuestion
Retrieve a single FormPageQuestion record by its Id.
GET
Get one FormPageQuestion
A FormPageQuestion defines a single question within a form page, including its type (text, boolean, dropdown, etc.), label, validation rules, 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 FormPageQuestion-Read role.Path Parameters
The Id of the FormPageQuestion record to retrieve.
Code Examples
Response
200
ID of the form page linked to this record.
Display name of the linked form page (read-only).
The text value for this form page question.
Free-text description of this form page question.
The available options value for this form page question.
Whether this form page question is currently active.
The display order value for this form page question.
Whether allow multiple options is enabled.
Whether is required is enabled.
The question type value for this form page 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 FormPageQuestion