apps__app_store_versions__list
Retrieve App Store versions for a specific app, filtered by review state or version string, to identify submission status and track version readiness for release.
Instructions
List App Store versions for an app, with their review state (e.g. PREPARE_FOR_SUBMISSION, WAITING_FOR_REVIEW, READY_FOR_SALE). [GET /v1/apps/{id}/appStoreVersions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| 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_id | No | filter by id(s) | |
| filter_platform | No | filter by attribute 'platform' | |
| filter_appStoreState | No | filter by attribute 'appStoreState' | |
| filter_versionString | No | filter by attribute 'versionString' | |
| filter_appVersionState | No | filter by attribute 'appVersionState' | |
| fields_appStoreVersions | No | the fields to include for returned resources of type appStoreVersions Return only these attributes. A full row set can exceed 200 KB. |