---
title: Read an app store version’s alternative distribution package
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appstoreversions-_id_-alternativedistributionpackage
---

# Read an app store version’s alternative distribution package

Read the alternative distribution package for a specific App Store version.

## URL

GET https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/alternativeDistributionPackage

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version resource ID from the List all app store versions for an app response.

## Query Parameters

fields[alternativeDistributionPackageVersions]: Additional fields to include for each alternative distribution package version resource returned by the response. fields[alternativeDistributionPackages]: Additional fields to include for each alternative distribution package resource returned by the response. include: The relationship data to include in the response. limit[versions]: The maximum number of related versions resources to return.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Creating and reading distribution packages

- [Creating alternative distribution packages](appstoreconnectapi/creating-alternative-distribution-packages.md)
- [Read Alternative Distribution Package Information](appstoreconnectapi/get-v1-alternativedistributionpackages-_id_.md)
- [Create an Alternative Distribution Package](appstoreconnectapi/post-v1-alternativedistributionpackages.md)
- [Read Version Information for an Alternative Distribution Package](appstoreconnectapi/get-v1-alternativedistributionpackages-_id_-versions.md)
