Read the achievement ID for a localization
Read the achievement ID associated with specific localized information.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterAchievementLocalizations/{id}/relationships/gameCenterAchievementPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Apps resource. Obtain the app resource ID from the List all localizations for an achievement response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterAchievementLocalizationGameCenterAchievementLinkageResponse | |
| 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 |
See Also
Reading achievements localizations
Read Game Center achievement localization informationList all images for a Game Center achievement localizationGet all image IDs for a Game Center achievement localizationList all localizations for an achievementGET /v1/gameCenterAchievements/{id}/relationships/localizationsRead achievement localization informationRead the achievement localization informationRead the image for a specific achievement localizationGET /v1/gameCenterAchievementLocalizations/{id}/relationships/gameCenterAchievementImage