beta_app_review_details__get
Fetch a specific beta app review detail by ID to access contact info, demo account credentials, and notes. Retrieve only the fields you need or include related app data in one call.
Instructions
Read one beta app review detail by ID. [GET /v1/betaAppReviewDetails/{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_betaAppReviewDetails | No | the fields to include for returned resources of type betaAppReviewDetails Return only these attributes. A full row set can exceed 200 KB. |