Read the state of Game Center for an app
Get Game Center detail information for an app.
URL
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/gameCenterDetailPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List Apps response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[apps] Optional | [string] | |
fields[gameCenterAchievementReleases] Optional | [string] | |
fields[gameCenterAchievements] Optional | [string] | |
fields[gameCenterAppVersions] Optional | [string] | |
fields[gameCenterDetails] Optional | [string] | |
fields[gameCenterGroups] Optional | [string] | |
fields[gameCenterLeaderboardReleases] Optional | [string] | |
fields[gameCenterLeaderboardSetReleases] Optional | [string] | |
fields[gameCenterLeaderboardSets] Optional | [string] | |
fields[gameCenterLeaderboards] Optional | [string] | |
include Optional | [string] | |
limit[achievementReleases] Optional | integer | |
limit[gameCenterAchievements] Optional | integer | |
limit[gameCenterAppVersions] Optional | integer | |
limit[gameCenterLeaderboardSets] Optional | integer | |
limit[gameCenterLeaderboards] Optional | integer | |
limit[leaderboardReleases] Optional | integer | |
limit[leaderboardSetReleases] Optional | integer | |
fields[appStoreVersions] Optional | [string] | |
fields[gameCenterActivities] Optional | [string] | |
fields[gameCenterActivityVersionReleases] Optional | [string] | |
fields[gameCenterChallengeVersionReleases] Optional | [string] | |
fields[gameCenterChallenges] Optional | [string] | |
limit[activityReleases] Optional | integer | |
limit[challengeReleases] Optional | integer | |
limit[challengesMinimumPlatformVersions] Optional | integer | |
limit[gameCenterAchievementsV2] Optional | integer | |
limit[gameCenterActivities] Optional | integer | |
limit[gameCenterChallenges] Optional | integer | |
limit[gameCenterLeaderboardSetsV2] Optional | integer | |
limit[gameCenterLeaderboardsV2] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterDetailResponse | |
| 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 |