Get All Queue Info V2
GET/session/v2/queues
Get all the available and active queues that sessions can try to join
Required Permissions:
- For any player (including themselves) any of:
session:*,session:read:config
Required Session Permissions: None
Request
Query Parameters
Default value: 0
Possible values: >= 1 and <= 50
Default value: 50
Header Parameters
If you provide the ETag that matches the current ETag for this resource, a 304 response will be returned - indicating that the resource has not changed.
Responses
- 200
- 403
- 422
Successful Response
Response Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
queues
object[]
required
List of queues
Possible values: non-empty and <= 128 characters
ID to uniquely identify this queue
Flag for whether or not the queue is active, and can be joined or sessions created from it
The maximum size of a group that can join this queue
ID for which group of matchmaking templates/rules will be used when joining this queue
legacy_config
object
Legacy config to help migrate clients
{
"queues": [
{
"queue_id": "string",
"active": true,
"max_queue_group_size": 0,
"match_making_template_group_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"legacy_config": {}
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}