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
The Id of the FormPageAnswer record to retrieve.
Code Examples
Response
200
ID of the form page request linked to this record.
Display name of the linked form page request coworker full (read-only).
ID of the form page request coworker associated with this record.
The form page request coworker email value for this form page answer.
ID of the form page question linked to this record.
The form page question text value for this form page answer.
The form page question question type value for this form page answer.
The form page question display order value for this form page answer.
Display name of the linked form page question form page (read-only).
ID of the form page question form page associated with this record.
ID of the form page question form page business associated with this record.
Display name of the linked form page question form page business (read-only).
The value value for this form page answer.
Current file name of the file value (read-only; upload via the corresponding URL field).
URL of a new file to upload as the file value.
Set to true to remove the current file value file.
ID of the event attendee unique associated with this record.
ID of the calendar event unique associated with this record.
ID of the coworker contract unique associated with this record.
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 FormPageAnswer