beta_app_review_submissions__list
List beta app review submissions filtered by build ID or review state to track the review process of your app builds.
Instructions
List beta app review submissions. [GET /v1/betaAppReviewSubmissions]
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_build | Yes | filter by id(s) of related 'build' Takes a 'build' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| filter_betaReviewState | No | filter by attribute 'betaReviewState' | |
| fields_betaAppReviewSubmissions | No | the fields to include for returned resources of type betaAppReviewSubmissions Return only these attributes. A full row set can exceed 200 KB. |