Get Leaderboard by Period Name
This endpoint allows users to get the leaderboard by providing a period name.
GET
/Leaderboard/GetLeaderboardByPeriodName
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
periodName
stringThe name of the period to retrieve the leaderboard for.
Returns the leaderboard data as a list of anonymous objects containing committee names and their total points for the specified period.