countDeletedSubmissions( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

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

Counts the number of submissions belonging to the specified forms.

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
formIdsArray<string>Required

Form IDs.


namespacestringRequired

Identifies the app which the form submissions belong to. For example, the namespace for the Wix Forms App is "wix.form_app.form". The namespace of a submission can be retrieved using the Get Submission endpoint.


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