beta_app_review_submissions__get
Retrieve a specific beta app review submission by its ID. Use this to check review state, submission date, or include the associated build details in one request.
Instructions
Read one beta app review submission by ID. [GET /v1/betaAppReviewSubmissions/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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. | |
| 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. |