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
AuthorizationBearer <token>

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

In: header

Query Parameters

StartDate?string

The start date of the period for which to retrieve the leaderboard.

Formatdate-time
EndDate?string

The end date of the period for which to retrieve the leaderboard.

Formatdate-time

Response Body

curl -X GET "https://loading/Leaderboard/GetLeaderboard"
[
  null
]
Empty
Empty