Get Leaderboard
This endpoint allows users to get the leaderboard by providing a start and end date for the period they want to analyze.
GET
/Leaderboard/GetLeaderboardAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
StartDatestringThe start date of the period for which to retrieve the leaderboard.
Format:
"date-time"EndDatestringThe end date of the period for which to retrieve the leaderboard.
Format:
"date-time"Returns the leaderboard data as a list of anonymous objects containing committee names and their total points within the specified date range.