Relesys API Docs

v1

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

Views

Get Content Views
GET /contentmodules/{moduleId}/content/{contentId}/views
https://api.relesysapp.net/api/v1/contentmodules/{moduleId}/content/{contentId}/views
Get a list of users that have seen or swiped (read) on a content with contentId in a module with moduleId.
Default sorting is by dateViewed in descending order.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId string / guid The module's unique identifier required
contentId string / guid The content's unique identifier required
Query String
dateSwiped datetimeoffset Filterable Sortable optional
dateViewed datetimeoffset Filterable Sortable optional
id string / guid 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":"0e89bba4-2caa-4c84-9654-ccb6084db504","userId":"ab8bb384-799c-4dc0-8551-fb7e1de8c85e","userUrl":null,"dateSwiped":"2025-12-12T06:10:55.5890557+00:00","dateViewed":"2025-12-12T06:10:55.5890557+00:00"},{"id":"bede3188-fbc9-4451-8bc6-57f575b3ac79","userId":"f3c6ac84-5700-4128-b48e-3e734c54df31","userUrl":null,"dateSwiped":null,"dateViewed":"2025-12-13T06:10:55.5890557+00:00"}]}
object
  count integer      
  data array[object]      
   dateSwiped datetimeoffset      
   dateViewed datetimeoffset      
   id string / guid      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string