app_store_review_attachments__get
Retrieve a specific App Store review attachment using its unique ID, including optional related records and selected fields to reduce API calls.
Instructions
Read one App Store review attachment by ID. [GET /v1/appStoreReviewAttachments/{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_appStoreReviewAttachments | No | the fields to include for returned resources of type appStoreReviewAttachments Return only these attributes. A full row set can exceed 200 KB. |