Read the image for a specific achievement localization
Read the achievement image associated with specific localized information.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterAchievementLocalizations/{id}/gameCenterAchievementImagePath 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. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterAchievementImages] Optional | [string] | |
fields[gameCenterAchievementLocalizations] Optional | [string] | |
include Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterAchievementImageResponse | |
| 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 |
Discussion
Example Request and Response
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 achievement ID for a localizationGET /v1/gameCenterAchievementLocalizations/{id}/relationships/gameCenterAchievementImage