Skip to main content
GET
cURL
This endpoint returns comprehensive information about a specific form response, including all question responses and their associated questions.
The response format is optimized for Zapier integration, returning a flattened object structure where questions appear as keys with their corresponding answers as values. This makes it easy to map form data directly to other systems.

Response

The response includes a detailed form response object containing:
  • Form response identification and metadata
  • Form and booking associations
  • Question responses with:
    • Question details (title, type, requirements)
    • User’s response data
    • Question metadata (position, system links)
  • Timestamps for creation and updates

Common Use Cases

  • Retrieving submission details for display
  • Accessing customer responses
  • Verifying form completion status
  • Integrating with external systems
  • Analyzing response data

Notes

  • The form response ID must be valid and associated with your company
  • Returns a 404 error if the form response is not found
  • All timestamps are returned in ISO 8601 format
  • Access requires a valid API key with appropriate permissions
  • Response data format varies based on question type

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of form response to retrieve

Response

Form response data

id
string

The unique identifier of the form response

createdAt
string<date-time>

When the form response was created

updatedAt
string<date-time>

When the form response was last updated

formId
string

ID of the form this response belongs to

bookingId
string | null

ID of the booking if this form response is associated with a booking

quoteId
string

ID of the quote this form response is associated with

companyId
string

ID of the company this form response belongs to

formQuestionResponses
object[]