Read game center details
Read a specific Game Center detail and related information.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterDetails/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the Game Center detail resource ID from the Read the state of game center for an app response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
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[apps] 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 |
See Also
Reading Game Center details
Read the state of game center for an appRead app versions for a game center detailList Game Center app version IDs for a Game Center detailRead the groups in a game center detailGet the Game Center group ID for a Game Center detailRead the challenges for a game center detailRead challenge ids for a game center detail