Skip to main content
GET
Get one FormPageAnswer
A form answer (FormPageAnswer) is a read-only customer response to one form question. Answers are created by the public submission workflow and can be reviewed with their request, question, and associated event or contract context.

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 request that contains this submitted answer.
string
Display value for FormPageRequest.Coworker.FullName..
integer
Display value for FormPageRequest.Coworker.Id..
string
Display value for FormPageRequest.Coworker.Email..
integer
ID of the form question answered by the customer; the question’s form location owns this answer.
string
Display value for FormPageQuestion.Text..
string
Display value for FormPageQuestion.QuestionType..
integer
Display value for FormPageQuestion.DisplayOrder..
string
Display value for FormPageQuestion.FormPage.Name..
integer
Display value for FormPageQuestion.FormPage.Id..
integer
Display value for FormPageQuestion.FormPage.Business.Id..
string
Display value for FormPageQuestion.FormPage.Business.Name..
string
Customer’s submitted answer text; for a Binary question this is the stored filename rather than file content.
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
System-managed unique ID linking this answer to an event attendee; set by the event workflow and never supplied by an agent.
string
System-managed unique ID linking this answer to an event; set by the event workflow and never supplied by an agent.
string
System-managed unique ID linking this answer to a customer contract; set by the contract workflow and never supplied by an agent.
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