List queues in a rule set
Get information about queues that belong to a rule set.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/{id}/matchmakingQueuesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The unique identifier for the rule set. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterMatchmakingQueues] Optional | [string] | The fields of queues to include in the response. |
fields[gameCenterMatchmakingRuleSets] Optional | [string] | The fields of the rule set to include. |
include Optional | [string] | The relationships 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 | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |