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":"bf5a7258-3787-4156-9f34-465f4a0abd7d","departmentId":"0fc62292-5e09-4d2e-8723-8807415637d0","startTime":"2025-05-02T02:05:29.9777614+00:00","duration":"10.00:00:00"},{"userId":"356d23c0-2760-4de4-b4c6-6ea06f269ef4","departmentId":"a39aba6b-ce87-43ab-abe1-d8e2992a2926","startTime":"2025-05-02T02:05:29.9777614+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