app_store_review_details__get
Retrieve specific App Store review details by ID, optionally including related app store version and review attachments to minimize API calls.
Instructions
Read one App Store review detail by ID. [GET /v1/appStoreReviewDetails/{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_appStoreReviewDetails | No | the fields to include for returned resources of type appStoreReviewDetails Return only these attributes. A full row set can exceed 200 KB. |