Relesys API Docs

v1.4

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

Sessions

Get Sessions
GET /sessions
https://api.relesysapp.net/api/v1.4/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":"449dcf45-1225-460c-8913-4de4af699cf3","departmentId":"d0bf381e-bb74-4e2a-8119-9f54e1ae2499","startTime":"2026-06-10T18:36:18.6797179+00:00","duration":"10.00:00:00"},{"userId":"79ee1207-c1c6-4d92-aef2-674478350c09","departmentId":"f2469bcb-3710-4336-846c-06fa431ff536","startTime":"2026-06-10T18:36:18.6797179+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