apps__review_submissions__list
Retrieve and filter review submissions for a specific app, including state, platform, and related records, to track the submission lifecycle and resolve issues.
Instructions
List the review submissions belonging to an app. [GET /v1/apps/{id}/reviewSubmissions]
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. | |
| 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. |