getSubmission( )


Retrieves a submission by ID.

Note: The Submissions API is only available in the Wix Studio editor and Editor X.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Submissions
Manage Orders
Read Orders
Read Submissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
submissionIdstringRequired

ID of the submission to retrieve.

Returns
Return Type:Promise<GetSubmissionResponse>
Was this helpful?
Yes
No