bulkMarkSubmissionsAsSeen( )


Marks form submissions as "seen".

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.

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

IDs of submissions to mark as seen.


formIdstringRequired

ID of the form which the submissions belong to.

Did this help?