List all queues
Get information about all queues.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingQueuesQuery Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterMatchmakingQueues] Optional | [string] | The fields of the queues to include in the response. |
include Optional | [string] | The type of rule set to include in the response. |
limit Optional | integer | The maximum number of queues to fetch. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterMatchmakingQueuesResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |