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
Authorizations
Parameters
Query Parameters
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.
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
Successful Response
A list of configuration about queues
object
List of queues
V2 Configuration about a specific queue
object
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 to help migrate clients
object
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
Forbidden
object
422
Validation Error