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/GetLeaderboard
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
StartDate
stringThe start date of the period for which to retrieve the leaderboard.
Format:
"date-time"
EndDate
stringThe 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.