You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
- What is the current behaviour?
The functions listSiteSubmissions() and listFormSubmissions() only returns valid submissions. In your docs, you can pass in a ?state=spam path parameter, but when looking at the code in this repo:
Feature Request
- What is the current behaviour?
The functions
listSiteSubmissions()
andlistFormSubmissions()
only returns valid submissions. In your docs, you can pass in a?state=spam
path parameter, but when looking at the code in this repo:listSiteSubmissions()
andlistFormSubmissions()
do not have the option to pass in the spam param.- If the current behaviour is a bug, please provide the steps to reproduce.
- What is the expected behaviour?
To enable spam submissions being returned in the client:
client.listSiteSubmissions({ site_id, spam: true });
or
client.listSiteSubmissions({ site_id, state: "spam" });
- Please mention your node.js, and operating system version.
Node.js - v14.17.4
OS - macOS Monteray
The text was updated successfully, but these errors were encountered: