countSubmissionsByFilter( )


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 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.


Counts the number of submissions belonging to forms that were filtered and contain a provided expression.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Submissions
Manage Orders
Read Orders
Read Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
filterRecord<string, any>Required

A filter object. Must filter by namespace.


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