Read Version Information for an Alternative Distribution Package
Get version detail information about a specific alternative distribution package.
URL
GET https://api.appstoreconnect.apple.com/v1/alternativeDistributionPackages/{id}/versionsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the alternative distribution package resource ID from the Read Alternative Distribution Package Information response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[alternativeDistributionPackageDeltas] Optional | [string] | Additional fields to include for each Alternative Distribution Package Deltas resource returned by the response. |
fields[alternativeDistributionPackageVariants] Optional | [string] | Additional fields to include for each Alternative Distribution Package Variants resource returned by the response. |
fields[alternativeDistributionPackageVersions] Optional | [string] | Additional fields to include for each Alternative Distribution Package Versions resource returned by the response. |
fields[alternativeDistributionPackages] Optional | [string] | Additional fields to include for each Alternative Distribution Packages resource returned by the response. |
filter[state] Optional | [string] | Filter the returned versions by state. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | The maximum number of alternative distribution package version resources to return. |
limit[deltas] Optional | integer | The maximum number of related delta resources to return. |
limit[variants] Optional | integer | The maximum number of related variant resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AlternativeDistributionPackageVersionsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |