review_submissions__list
List App Store review submissions by app, state, or platform to identify submissions awaiting Apple's review or requiring your action.
Instructions
List App Store review submissions and their state, so you can tell whether something is waiting on Apple or on you. Filter by app or state; the items inside a submission come from review_submissions__items__list. [GET /v1/reviewSubmissions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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_app | Yes | filter by id(s) of related 'app' The numeric Apple ID from apps__list, not the bundle ID. A bundle ID matches nothing and comes back as 200 with an empty list. | |
| filter_state | No | filter by attribute 'state' | |
| filter_platform | No | filter by attribute 'platform' | |
| fields_reviewSubmissions | No | the fields to include for returned resources of type reviewSubmissions Return only these attributes. A full row set can exceed 200 KB. |