GET

Get Submission


Note: The Form Submission API only works with the Wix Forms app. Call GetAppInstance to confirm that the app named wix_forms is installed on the site.


Retrieves a submission by ID.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Submissions
Read Submissions
Manage Orders
Read Orders
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/form-submission-service/v4/submissions/{submissionId}

Path Params
submissionIdstringRequired

ID of the submission to retrieve.

Response Object
submissionSubmission

The retrieved submission.

Get Submission Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?