faceit_getTournamentTeams
List all teams registered to a tournament using its ID. Specify offset and limit to paginate results.
Instructions
Retrieve all teams of a tournament
Use to list teams registered to a known tournament.
Endpoint: GET /tournaments/{tournament_id}/teams
Parameters:
tournament_id (path, str, required): The id of the tournament
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: Teams list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tournament_id | Yes | ||
| offset | No | ||
| limit | No |