Relesys API Docs

v1.3

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

Views

Get Content Views
GET /contentmodules/{moduleId}/content/{contentId}/views
https://api.relesysapp.net/api/v1.3/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":"2f26a5a4-1461-4de2-853a-90f6fa94e49d","userId":"5a0891ae-327c-4a01-a3ff-4e3a2b7f1fb9","userUrl":null,"dateSwiped":"2025-10-11T20:01:27.3449204+00:00","dateViewed":"2025-10-11T20:01:27.3449204+00:00"},{"id":"8914af50-f038-4e74-9646-de7419284ce4","userId":"0aa6f50e-3af5-4e59-ac9d-4939ca20a2c5","userUrl":null,"dateSwiped":null,"dateViewed":"2025-10-12T20:01:27.3449204+00:00"}]}
object
  count integer      
  data array[object]      
   dateSwiped datetimeoffset      
   dateViewed datetimeoffset      
   id string / guid      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string