Relesys API Docs

v1.3

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

Sessions

Get Sessions
GET /sessions
https://api.uat.relesystest.net/api/v1.3/sessions
Get a list of Sessions from up to 30 days.

Time Interval:
 All data returned is in a max interval of 30 days
Department Type:
 "Company", "Country", "Department", "District", "Division", "Other", "Partner", "Region", "Store", "Subdepartment"
Scopes: relesys.api, relesys.api:read, relesys.api.insights, relesys.api.insights:read
Query String
departmentId string / guid Filterable optional
departmentType string Filterable optional
startTime datetimeoffset Filterable required
subDepartments boolean Filterable optional
userId string / guid Filterable optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 250 optional
Responses
application/json
JSON
{"count":2,"data":[{"userId":"86ecb7f3-1375-46e8-ae58-a5adac710ad5","departmentId":"49569ff1-c097-4909-a692-a93d979fc0ec","startTime":"2026-01-13T15:03:09.6752034+00:00","duration":"10.00:00:00"},{"userId":"253c8ebe-bfd6-4bf6-929a-a598d7ffb3fd","departmentId":"66e2b388-19cc-4d76-9430-0d04211c0f2e","startTime":"2026-01-13T15:03:09.6752034+00:00","duration":"5.00:00:00"}]}
object
  count integer      
  data array[object]      
   departmentId string / guid      
   duration timespan      
   startTime datetimeoffset      
   userId string / guid      
  nextUrl string      
  previousUrl string