faceit_getChampionshipLeaderboards
Retrieve all leaderboards (groups and stages) inside a championship for an overview of the competition structure.
Instructions
Retrieve all leaderboards of a championship
Use to list all leaderboards (groups / stages) inside a championship. For a specific group's ranking use getChampionshipGroupRanking.
Endpoint: GET /leaderboards/championships/{championship_id}
Parameters:
championship_id (path, str, required): The id of the championship
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: Leaderboards list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| championship_id | Yes | ||
| offset | No | ||
| limit | No |