FormPages
Get one FormPage
Retrieve a single FormPage record by its Id.
GET
Get one FormPage
A form page (FormPage) is a location-specific set of questions that administrators can send to customers or publish online for completion. Submissions can add customers to a CRM stage and create a task for a responsible user.
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 FormPage-Read role.Path Parameters
integer
required
The Id of the FormPage record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this form page; the Admin Tool normally supplies it from the current location context.
string
Display value for Business.Name..
string
Display value for Business.WebAddress..
string
Required name used by administrators to identify this form page.
string
Required free-text description explaining the purpose of this form.
boolean
Whether this form is active and available for use.
integer
ID of the optional CRM board column that receives customers when they submit this form.
string
Display value for CrmBoardColumn.Name..
integer
Display value for CrmBoardColumn.CrmBoard.Id..
string
Display value for CrmBoardColumn.CrmBoard.Name..
integer
ID of the optional user assigned an email-notified customer task when this form is submitted.
string
Display value for Responsible.FullName..
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