User Total Points
Get Users' Total Points
GET
/highscores/{highscoreId}/users
https://api.relesysapp.net/api/v1.3/highscores/{highscoreId}/users
Get total points for each user in the highscore with ID
Default sort is by
Please note: Only users with more than 0 points will be shown.
highscoreId
. Default sort is by
value
in descending order.Please note: Only users with more than 0 points will be shown.
Scopes: relesys.api, relesys.api:read, relesys.api.highscores, relesys.api.highscores:read
URL Path
highscoreId | string / guid | required |
Query String
userId | string / guid |
Filterable
|
optional | |
value | integer |
Filterable Sortable
|
optional | |
sort | string | Comma separated sort order based on sortable properties | optional | |
offset | integer | Offset value for use in pagination | Default: 0 | optional |
limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |