Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Points

List
GET /highscores/{highscoreId}/points
https://api.uat.relesystest.net/api/v1.3/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.
isActive indicates whether a point entry is given after the highscore's last time of point reset.
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
isActive boolean Filterable optional
isManuallyGiven boolean Filterable optional
userId string / guid Filterable optional
value integer 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":"2d4202aa-8909-4a91-84a1-69201acdc406","userId":"fcd1f2cd-8954-4962-8957-eb4fe0337801","creationDateTime":"2026-04-12T18:18:16.0189545+00:00","description":"Example description 1","isManuallyGiven":true,"isActive":false,"value":10},{"id":"e3b50f93-0a74-4119-901e-a4c58429349e","userId":"e8deab0f-60d9-4217-8fec-cc9b8939f77e","creationDateTime":"2026-04-15T18:18:16.0189545+00:00","description":"Example description 2","isManuallyGiven":false,"isActive":true,"value":25}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   description string      
   id string / guid      
   isActive boolean      
   isManuallyGiven boolean      
   userId string / guid      
   value integer      
  nextUrl string      
  previousUrl string