bulkMarkSubmissionsAsSeen( )


Marks form submissions as "seen".

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

This function marks the submissions as if they were seen by the site owner. Only site collaborators with the Manage Submission permissions can mark submissions.

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

IDs of submissions to mark as seen.


formIdstringRequired

ID of the form which the submissions belong to.

Was this helpful?
Yes
No