---
title: List Custom Product Page Versions
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appcustomproductpages-_id_-appcustomproductpageversions
---

# List Custom Product Page Versions

List the versions for a custom product page version.

## URL

GET https://api.appstoreconnect.apple.com/v1/appCustomProductPages/{id}/appCustomProductPageVersions

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app custom product page resource ID from the List All Custom Product Pages for an App response.

## Query Parameters

fields[appCustomProductPageLocalizations]: Additional fields to include for each app custom product page localization resource returned by the response. fields[appCustomProductPageVersions]: Additional fields to include for each app custom product page version resource returned by the response. filter[state]: Filter the returned app custom product page versions by state. include: The relationship data to include in the response. limit: The maximum number of app custom product page version resources to return. limit[appCustomProductPageLocalizations]: The maximum number of related app custom product page localizations resources to return. fields[appCustomProductPages]: Additional fields to include for each app custom product page resource returned by the response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Endpoints

- [Read Custom Product Page Version Information](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_.md)
- [List Custom Product Pages Localizations](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-appcustomproductpagelocalizations.md)
- [List localization IDs for a custom product page version](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-relationships-appcustomproductpagelocalizations.md)
- [Create a Custom Product Page Version](appstoreconnectapi/post-v1-appcustomproductpageversions.md)
- [Modify a Custom Product Page Version](appstoreconnectapi/patch-v1-appcustomproductpageversions-_id_.md)
