faceit_getQueueBans
Retrieve and list active map, region, and other bans currently applied to a FACEIT queue.
Instructions
Retrieve queue bans on FACEIT
Use to list the map/region/etc. bans currently active on a queue.
Endpoint: GET /games/{game_id}/queues/{queue_id}/bans
Parameters:
game_id (path, str, required): The id of the game
queue_id (path, str, required): The id of the queue
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Bans list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| queue_id | Yes | ||
| offset | No | ||
| limit | No |