POST

Bulk Mark Submissions As Seen


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.


Marks form submissions as "seen".
This endpoint 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.
Endpoint
POST
https://www.wixapis.com/form-submission-service/v4/bulk/submissions/mark-as-seen

Body Params
idsArray <string>Requiredformat GUIDminItems 1maxItems 100

Submission IDs to mark as seen.


formIdstringRequiredformat GUID

ID of the form which the submissions belongs to.

Response Object
Returns an empty object.
Bulk Mark Submissions As Seen Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?