List Variants Information
List variants for specific alternative distribution package version.
URL
GET https://api.appstoreconnect.apple.com/v1/alternativeDistributionPackageVersions/{id}/variantsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the alternative distribution package version resource ID from the Read Version Information for an Alternative Distribution Package response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[alternativeDistributionPackageVariants] Optional | [string] | Additional fields to include for each alternative distribution package variants resource returned by the response. |
limit Optional | integer | The maximum number of alternative distribution package variants resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AlternativeDistributionPackageVariantsResponse | |
| 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 |