Relesys API Docs

v1.4

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

Highscore Levels

Get Level
GET /highscores/{highscoreId}/levels/{highscoreLevelId}
https://api.relesysapp.net/api/v1.4/highscores/{highscoreId}/levels/{highscoreLevelId}
Get the highscore level with ID highscoreLevelId.

Please note: This endpoint is only available if highscore levels have been enabled for the account.
Scopes: relesys.api, relesys.api:read, relesys.api.highscores, relesys.api.highscores:read
URL Path
highscoreId string / guid required
highscoreLevelId string / guid required
Responses
application/json
JSON
{"data":{"id":"a3dca289-d9e2-4aad-aeb7-8de6e4d67029","name":"Highscore level name example","externalId":"External Id example","requiredPoints":100}}
object
  alias string      
  id string / guid      
  name string      
  requiredPoints integer