Skip to main content
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

integer
required
The Id of the FormPageQuestion record to retrieve.

Code Examples

Response

200

integer
ID of the form page linked to this record.
string
Display name of the linked form page (read-only).
string
The text value for this form page question.
string
Free-text description of this form page question.
string
The available options value for this form page question.
boolean
Whether this form page question is currently active.
integer
The display order value for this form page question.
boolean
Whether allow multiple options is enabled.
boolean
Whether is required is enabled.
integer
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.
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