Get match request time in queue
Get the match requests that a specific queue processes.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingRequestsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The unique identifier for the queue. |
Query Parameters
| Name | Type | Description |
|---|---|---|
filter[gameCenterDetail] Optional | string | The fields of the Game Center details to include in the response. |
filter[result] Optional | string | The types of 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] | Group match requests by result. |
limit Optional | integer | The maximum number of match requests to include. |
sort Optional | [string] | Sort sizes by the specified order. For example, |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterMatchmakingQueueRequestsV1MetricResponse | |
| 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 |