apps__app_store_versions__list
List App Store versions for an app and view each version's review state to track submission progress, filter by platform or state.
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 | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| 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. |