review_submissions__items__list
List items in an App Store review submission and their states to verify what Apple will examine before submitting.
Instructions
List what is inside a review submission and the state of each item, so you can check what Apple will actually look at before handing it over. [GET /v1/reviewSubmissions/{id}/items]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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. |