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":"4d917c84-f79d-4c9c-b012-ae513d8a9543","departmentId":"1ca21988-3be7-4906-bc43-281ff6b4a26e","startTime":"2026-08-10T15:45:21.1890942+00:00","duration":"10.00:00:00"},{"userId":"1b6fbb65-6d8a-4dcf-9c12-ca9845cac15f","departmentId":"d67f670b-8ede-477d-9667-f58cc1cfc4c6","startTime":"2026-08-10T15:45:21.1890942+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