Highscore Levels
Get Levels
GET
/highscores/{highscoreId}/levels
https://api.relesysapp.net/api/v1.3/highscores/{highscoreId}/levels
Get a list levels attached the highscore with ID
Default sort is by
Please note: This endpoint is only available if highscore levels have been enabled for the highscore.
highscoreId
.Default sort is by
name
in ascending order.Please note: This endpoint is only available if highscore levels have been enabled for the highscore.
Scopes: relesys.api, relesys.api:read, relesys.api.highscores, relesys.api.highscores:read
URL Path
highscoreId | string / guid | required |
Query String
alias | string |
Filterable Sortable
|
optional | |
id | string / guid |
Filterable
|
optional | |
name | string |
Filterable Sortable
|
optional | |
requiredPoints | 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 |