Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

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 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
Responses
application/json
JSON
{"count":2,"data":[{"id":"bf1eed08-4114-4767-af90-83703430093f","name":"Highscore level name example 1","externalId":"External Id example 1","requiredPoints":100},{"id":"49781d18-45cd-4ebb-99e3-6c5450db2ae6","name":"Highscore level name example 2","externalId":"External Id example 2","requiredPoints":250}]}
object
  count integer      
  data array[object]      
   alias string      
   id string / guid      
   name string      
   requiredPoints integer      
  nextUrl string      
  previousUrl string