List all activities for a Game Center detail
Get activity release information for a specific Game Center detail.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterDetails/{id}/gameCenterActivitiesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterAchievements] Optional | [string] | |
fields[gameCenterActivities] Optional | [string] | |
fields[gameCenterActivityVersions] Optional | [string] | |
fields[gameCenterDetails] Optional | [string] | |
fields[gameCenterGroups] Optional | [string] | |
fields[gameCenterLeaderboards] Optional | [string] | |
include Optional | [string] | |
limit Optional | integer | |
limit[achievements] Optional | integer | |
limit[leaderboards] Optional | integer | |
limit[versions] Optional | integer | |
limit[achievementsV2] Optional | integer | |
limit[leaderboardsV2] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterActivitiesResponse | |
| 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 |
Mentioned in
See Also
Managing Game Center activities
Create an activityAdd an achievement to a Game Center activityAdd a leaderboard to a Game Center activityModify the achievements for a Game Center activityModify the leaderboards for a Game Center activityRead activity informationRead the versions for an activityGET /v1/gameCenterActivities/{id}/relationships/versionsGET /v1/gameCenterDetails/{id}/relationships/gameCenterActivitiesList all activities for a Game Center groupGET /v1/gameCenterGroups/{id}/relationships/gameCenterActivitiesModify an activityDelete an activityRemove an achievementRemove a leaderboard