Get Leaderboard by Period Name

This endpoint allows users to get the leaderboard by providing a period name.

GET/Leaderboard/GetLeaderboardByPeriodName

Authorization

AuthorizationRequiredBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Query Parameters

periodNamestring

The name of the period to retrieve the leaderboard for.

curl -X GET "https://example.com/Leaderboard/GetLeaderboardByPeriodName?periodName=%3Cstring%3E" \
  -H "Authorization: Bearer <token>"

Returns the leaderboard data as a list of anonymous objects containing committee names and their total points for the specified period.

[
  null
]