Fetch Form Submission

Retrieve a form submission. This is a record of a form submission, including the submitted standard and custom fields. Please refer to the Form and Forms::Submission resources if you would like to submit forms programmatically.

Log in to see full request history
Path Params
string
required
Responses

Response body
object
integer
required

The unique identifier for the form submission

string | null

The unique public identifier for the form submission

integer | null

The unique identifier of the contact who submitted the form

integer
required

The unique identifier of the workspace that the form was part of

integer | null

The unique identifier of the page that the form was on

string | null

The date and time the form was submitted

string | null

The date and time the form submission was last updated

data
object

The dynamic form field data submitted by the user. The HTML form input field names build the keys of this object, and the user's HTML inputs are the values.

Has additional fields

Language
Credentials
URL