Relesys API Docs

v1.1

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

Points

Get Points
GET /highscores/{highscoreId}/points
https://api.relesysapp.net/api/v1.1/highscores/{highscoreId}/points
Get a list of all points given for the highscore with ID highscoreId.
Default sort is by creationDateTime in ascending order.
isManuallyGiven indicates whether a point entry has been manually given or not.
Scopes: relesys.api, relesys.api:read, relesys.api.highscores, relesys.api.highscores:read
URL Path
highscoreId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable optional
id string / guid Filterable optional
isManuallyGiven boolean Filterable optional
userId string / guid Filterable 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":"83f6b080-fa2a-4d4f-8030-98072bcb7ce2","userId":"4c9f3006-e356-427e-9a2d-0d23c55bf1e2","creationDateTime":"2026-07-13T00:28:36.3398202+00:00","description":"Example description 1","isManuallyGiven":true,"value":10},{"id":"f441d490-ed87-4533-b2d2-cb718e4fe4c3","userId":"1f48a24a-95e7-4f62-8d01-815f9d662b75","creationDateTime":"2026-07-13T00:28:36.3398202+00:00","description":"Example description 2","isManuallyGiven":false,"value":25}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   description string      
   id string / guid      
   isManuallyGiven boolean      
   userId string / guid      
   value integer      
  nextUrl string      
  previousUrl string