apps__customer_reviews__list
Retrieve customer reviews for an app, filter by rating or territory, and sort by newest creation date to analyze user 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 | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| 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 Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_rating | No | filter by attribute 'rating' | |
| filter_territory | No | filter by attribute 'territory' Three-letter ISO-3166 alpha-3 code — USA, TUR, DEU, GBR. Not the two-letter form: "US" is accepted and silently returns an empty list. | |
| fields_customerReviews | No | the fields to include for returned resources of type customerReviews Return only these attributes. A full row set can exceed 200 KB. | |
| filter_reviewTerritory | No | filter by id(s) of related 'reviewTerritory' Three-letter ISO-3166 alpha-3 code — USA, TUR, DEU, GBR. Not the two-letter form: "US" is accepted and silently returns an empty list. | |
| exists_publishedResponse | No | filter by publishedResponse |