faceit_getHubSeasonRanking
Retrieve seasonal ranking of a hub for a given season number to analyze hub performance within a season.
Instructions
Retrieve seasonal ranking of a hub
Use for the ranking of a hub for one specific season number. Use getHubRanking for all-time.
Endpoint: GET /leaderboards/hubs/{hub_id}/seasons/{season}
Parameters:
hub_id (path, str, required): The id of the hub
season (path, int, required): A season of the hub
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: Hub ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub_id | Yes | ||
| season | Yes | ||
| offset | No | ||
| limit | No |