Gets leaderboards for a season by the given ID (if it exists).
Season is identified by its stringified ObjectID.
ObjectID
const seasonId: string = "9e9f99daa45c7";const seasonLeaderboards = await sdk.getSeasonLeaderboardsById({ seasonId });
ID of the season to get leaderboards of.
Generated using TypeDoc
Gets leaderboards for a season by the given ID (if it exists).
Season is identified by its stringified
ObjectID
.Usage