apps__customer_reviews__list
List customer reviews for any app. Filter by rating or territory and sort by date to focus on the newest feedback.
Instructions
List customer reviews for an app. Filter by rating or territory; sort by -createdDate for the newest. [GET /v1/apps/{id}/customerReviews]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_rating | No | filter by attribute 'rating' | |
| filter_territory | No | filter by attribute 'territory' | |
| filter_reviewTerritory | No | filter by id(s) of related 'reviewTerritory' | |
| exists_publishedResponse | No | filter by publishedResponse |