POST

Count Review Requests


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves the number of review requests that match a specified filter.

If a filter isn't passed in the request, the method returns the count of all review requests.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Review Requests
Read Review Requests
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/reviews/v2/review-requests/count

Body Params
filterstruct

Filter object in the following format: "filter" : { "fieldName1": "value1", "fieldName2":{"$operator":"value2"} }

Response Object
countinteger

Number of review requests.

Count Review Requests
Request
cURL
Response
JSON
Errors
428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?