Get All Queues
GET /v1/sandbox/{sandbox_id}/queue
Get all Queues for a sandbox
Requires any of permissions: sandbox:config:view, sandbox:config:edit
Authorizations
Parameters
Path Parameters
Sandbox ID
Sandbox ID
Query Parameters
The maximum number of elements to be returned per call
The maximum number of elements to be returned per call
Cursor to designate where you are in iterating through values. Start with ‘0’, and pass this on subsequent calls to continue iteration
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
Responses
200
Successful Response
object
Cursor to designate where you are in iterating through values. Start with ‘0’, and pass this on subsequent calls to continue iteration
A list of queues
This mixin is meant to give a set of common properties to root config models
object
Name of the resource
Description of the resource
Custom data associated with the resource
object
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
Old config used by Legacy systems. These values are ignored by the current APIs
object
Old queue id
Minimum number of players on each side in a match resulting from this queue
Maximum number of players on each side in a match resulting from this queue
Number of sides in a match resulting from this queue
Legacy ranking_type_id for this queue
ID of the Sandbox
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when this resource was created
ID to uniquely identify this queue
422
Validation Error