Modify Form Submission

Update hidden fields on a form submission

Required scope | forms:write

Path parameters

form_submission_idstringRequiredformat: "objectid"
Unique identifier for a Form Submission

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
formSubmissionDataobjectOptional

An existing hidden field defined on the form schema, and the corresponding value to set

Response

Request was successful
idstring or nullformat: "objectid"
The unique ID of the Form submission
displayNamestring or null
The Form name displayed on the site
siteIdstring or nullformat: "objectid"
The unique ID of the Site the Form belongs to
workspaceIdstring or nullformat: "objectid"
The unique ID of the Workspace the Site belongs to
dateSubmittedstring or nullformat: "date-time"
Date that the Form was submitted on
formResponseobject or null
The data submitted in the Form

Errors