Relesys API Docs

v1

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

Sessions

Get Sessions
GET /sessions
https://api.relesysapp.net/api/v1/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":"e295ac4b-3f20-4edb-b37b-47cf051fec54","departmentId":"920645c5-17e3-407a-b792-c5b3eaefdc8b","startTime":"2026-04-17T11:33:22.1531681+00:00","duration":"10.00:00:00"},{"userId":"f59148bc-488f-40fe-b5cb-4876afbc4df0","departmentId":"ae4edfaf-36ad-4e44-893f-97540898ec86","startTime":"2026-04-17T11:33:22.1531681+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