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.
You can only call this method when authenticated as a Wix app or Wix user identity.
Filter object in the following format:
"filter" : { "fieldName1": "value1", "fieldName2":{"$operator":"value2"} }
Number of review requests.
curl -X POST \
'https://www.wixapis.com/reviews/v2/review-requests/count' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Authorization: <AUTH>' \
-d '{
"filter":
{
"namespace": "stores"
}
}'
{
"count": 1
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.