review_submissions__list
List app review submissions filtered by app ID, state, or platform. Retrieve details including items, app store version, and actors with pagination support.
Instructions
List review submissions. [GET /v1/reviewSubmissions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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_app | Yes | filter by id(s) of related 'app' | |
| filter_state | No | filter by attribute 'state' | |
| filter_platform | No | filter by attribute 'platform' |