Appearance
All time leaderboard
Leaderboard
Fetches a paginated list of users sorted by ascending order of all time points earned
GET
/leaderboard
Parameters
Query Parameters
excluded[]
List of user roles to exclude.
Type
array
Example
"roles.banned&excluded[]=roles.moderator"page
Selects the page to retrieve on paginated responses. Used in combination with the pageSize parameter to paginate over results
Type
integer
Default
1Minimum
1pageSize
Limits the number of items returned in a single paginated response. Used in combination with the page parameter to paginate over results
Type
integer
Default
25Maximum
25Minimum
1Responses
List of users on the leaderboard
application/json
JSON { "userId": 0, "points": 0, "name": "john-doe", "leaderboardPosition": 0, "avatar": "http://example.com/avatar123.jpg", "rank": "http://example.com/rank-icon.jpg" }
[
]

