Skip to main content
GET
Get one FormPageRequest
A FormPageRequest represents a single submission of a form page by a customer. It groups all the answers provided in one form session and tracks which customer submitted it and when.

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 coworker linked to this record.
string
The coworker coworker type value for this form page request.
string
Display name of the linked coworker full (read-only).
string
Display name of the linked coworker company (read-only).
string
Display name of the linked coworker billing (read-only).
string
The coworker email value for this form page request.
integer
ID of the form page linked to this record.
string
Display name of the linked form page (read-only).
string
Display name of the linked form page business (read-only).
string
Date/time value for sent on.
boolean
Whether submitted is enabled.
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