Skip to main content
GET
Get one FormPageRequest
A form request (FormPageRequest) sends a location’s form to a customer and tracks its submission. Creating a request sends an invitation unless it is already submitted; submitted answers are stored as separate records.

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 FormPageRequest-Read role.

Path Parameters

integer
required
The Id of the FormPageRequest record to retrieve.

Code Examples

Response

200

integer
ID of the customer invited to complete this form; cannot be changed after the request is created.
string
Display value for Coworker.CoworkerType..
string
Display value for Coworker.FullName..
string
Display value for Coworker.CompanyName..
string
Display value for Coworker.BillingName..
string
Display value for Coworker.Email..
integer
ID of the form sent to the customer; the form’s location owns this request.
string
Display value for FormPage.Name..
string
Display value for FormPage.Business.Name..
string
UTC timestamp set automatically when the request is created and the invitation is sent.
boolean
Whether the customer has submitted the form; set automatically by the public submission workflow.
string
System-managed unique ID linking this request to an event attendee; set by the event workflow and never supplied by an agent.
string
System-managed unique ID linking this request to an event; set by the event workflow and never supplied by an agent.
string
System-managed unique ID linking this request 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