Relesys API Docs

v1.3

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

Sessions

Get Sessions
GET /sessions
https://api.relesysapp.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":"0dc995e7-d2cb-4f6a-82de-f6217b7f7eb5","departmentId":"1b88014b-cba2-4b6b-8b84-de97b66d5ad8","startTime":"2025-07-02T01:44:43.8107363+00:00","duration":"10.00:00:00"},{"userId":"11539b5f-fb46-4f0d-8643-b6d2d6e4a055","departmentId":"42f0ac6a-8b07-448b-a7cb-f96e083cc87f","startTime":"2025-07-02T01:44:43.8107363+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