apps__customer_review_summarizations__list
Retrieve customer review summarizations for an app, filtered by platform and territory. Get paginated summaries to analyze feedback across different regions.
Instructions
List the customer review summarizations belonging to an app. [GET /v1/apps/{id}/customerReviewSummarizations]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| 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_platform | Yes | filter by attribute 'platform' | |
| filter_territory | No | filter by id(s) of related 'territory' |