Leaderboards

Get Leaderboard Standings

GET https://{organisation}.clearlrs.com/api/leaderboards

Pulls leaderboard rankings for the specified leaderboard activity.

Query Parameters

NameTypeDescription

activityId

string

The leaderboard activity to retrieve current standings.

limit

number

Sets the number of rankings that should be returned (defaults to 10)

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated