Read group information for a leaderboard
Read the group leadboard to which a leaderboard belongs.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterLeaderboards/{id}/groupLeaderboardPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the leaderboard resource ID from the Read leaderboard information response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterDetails] Optional | [string] | |
fields[gameCenterGroups] Optional | [string] | |
fields[gameCenterLeaderboardLocalizations] Optional | [string] | |
fields[gameCenterLeaderboardReleases] Optional | [string] | |
fields[gameCenterLeaderboardSets] Optional | [string] | |
fields[gameCenterLeaderboards] Optional | [string] | |
include Optional | [string] | |
limit[gameCenterLeaderboardSets] Optional | integer | |
limit[localizations] Optional | integer | |
limit[releases] Optional | integer | |
fields[gameCenterActivities] Optional | [string] | |
fields[gameCenterChallenges] Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterLeaderboardResponse | |
| 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 leaderboards
Read Game Center leaderboard informationList all versions for a Game Center leaderboardGet all version IDs for a Game Center leaderboardRead leaderboard informationList all localizations for a leaderboardGET /v1/gameCenterLeaderboards/{id}/relationships/localizationsList all groups to which a leaderboard belongsList releases for a leaderboardGET /v1/gameCenterLeaderboards/{id}/relationships/releases