getSubmission( )


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.
Method Declaration
Copy
Method Parameters
submissionIdstringRequired

ID of the submission to retrieve.

Returns
Return Type:Promise<GetSubmissionResponse>
Did this help?