List releases for a leaderboard
Read the state of releases for a leaderboard and related information.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterLeaderboards/{id}/releasesPath 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[gameCenterLeaderboardReleases] Optional | [string] | |
fields[gameCenterLeaderboards] Optional | [string] | |
filter[gameCenterDetail] Optional | [string] | |
filter[live] Optional | [string] | |
include Optional | [string] | |
limit Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterLeaderboardReleasesResponse | |
| 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 |