FormPageAnswers
Get one FormPageAnswer
Retrieve a single FormPageAnswer record by its Id.
GET
Get one FormPageAnswer
A FormPageAnswer stores a customer’s response to a single question on a form page. Each answer links to a specific form page question and the request (submission) that contains it.
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 FormPageAnswer-Read role.Path Parameters
integer
required
The Id of the FormPageAnswer record to retrieve.
Code Examples
Response
200
integer
ID of the form page request linked to this record.
string
Display name of the linked form page request coworker full (read-only).
integer
ID of the form page request coworker associated with this record.
string
The form page request coworker email value for this form page answer.
integer
ID of the form page question linked to this record.
string
The form page question text value for this form page answer.
string
The form page question question type value for this form page answer.
integer
The form page question display order value for this form page answer.
string
Display name of the linked form page question form page (read-only).
integer
ID of the form page question form page associated with this record.
integer
ID of the form page question form page business associated with this record.
string
Display name of the linked form page question form page business (read-only).
string
The value value for this form page answer.
string
Current file name of the file value (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the file value.
boolean
Set to true to remove the current file value file.
string
ID of the event attendee unique associated with this record.
string
ID of the calendar event unique associated with this record.
string
ID of the coworker contract unique associated with this record.
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 FormPageAnswer