Get Form Submission

GET

Get information about a given form submission Required scope | forms:read

Path parameters

form_submission_idstringRequired

Unique identifier for a Form Submission

Response

Request was successful

idstringOptional

The unique ID of the Form submission

displayNamestringOptional

The Form name displayed on the site

siteIdstringOptional

The unique ID of the Site the Form belongs to

workspaceIdstringOptional

The unique ID of the Workspace the Site belongs to

dateSubmitteddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Date that the Form was submitted on

formResponsemap from strings to anyOptional

The data submitted in the Form

Errors