pre_release_versions__list
List pre-release TestFlight version numbers across all apps. Use to track build trains before App Store release.
Instructions
List the version numbers builds were uploaded under (e.g. 2.4), across all apps. These are TestFlight train numbers, not App Store versions — for what customers see, use app_store_versions. [GET /v1/preReleaseVersions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| 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_app | No | filter by id(s) of related 'app' The numeric Apple ID from apps__list, not the bundle ID. A bundle ID matches nothing and comes back as 200 with an empty list. | |
| filter_builds | No | filter by id(s) of related 'builds' Takes a 'builds' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| filter_version | No | filter by attribute 'version' | |
| filter_platform | No | filter by attribute 'platform' | |
| filter_builds.expired | No | filter by attribute 'builds.expired' | |
| filter_builds.version | No | filter by attribute 'builds.version' | |
| fields_preReleaseVersions | No | the fields to include for returned resources of type preReleaseVersions Return only these attributes. A full row set can exceed 200 KB. | |
| filter_builds.processingState | No | filter by attribute 'builds.processingState' | |
| filter_builds.buildAudienceType | No | filter by attribute 'builds.buildAudienceType' |