Get Leaderboard by Period Name
This endpoint allows users to get the leaderboard by providing a period name.
GET
/Leaderboard/GetLeaderboardByPeriodNameAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
periodNamestringThe 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.