Get classic match requests
Get match requests that don’t use matchmaking rules.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterDetails/{id}/metrics/classicMatchmakingRequestsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the GameCenterDetail resource object. You can obtain this resource ID from the List Apps response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
filter[result] Optional | string | The types of the match requests to include in the response. |
granularity Required | string | The level of information you want in the response, specified as a time interval for the data collection, using the ISO 8601 format for durations. |
groupBy Optional | [string] | If |
limit Optional | integer | The maximum number of match requests to fetch. |
sort Optional | [string] | Sort results by the specified order. For example, |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterMatchmakingAppRequestsV1MetricResponse | |
| 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 |