---
title: Read the versions for a Game Center challenge
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-gamecenterchallenges-_id_-relationships-versions
---

# Read the versions for a Game Center challenge

Get version information for a specific Game Center challenge.

## URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterChallenges/{id}/relationships/versions

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the Game Center challenge resource ID from the Read Group Information response.

## Query Parameters

limit:

## Response Codes

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

## See Also

### Creating and listing versions

- [Create a Challenge Version](appstoreconnectapi/post-v1-gamecenterchallengeversions.md)
- [Read the Versions for a Challenge](appstoreconnectapi/get-v1-gamecenterchallenges-_id_-versions.md)
- [Read Challenge Version Information](appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_.md)
- [Read Default Image Information for a Challenge Version](appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_-defaultimage.md)
- [List All Localizations for a Challenge Version](appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_-localizations.md)
- [Get the default image id for a challenge version](appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_-relationships-defaultimage.md)
- [Get the localization ids for a challenge version](appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_-relationships-localizations.md)
