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":"2b579ab7-5235-40ea-afd4-706f02575be1","departmentId":"7abeed33-79c5-4ed1-b1ad-921f949d42cf","startTime":"2025-06-06T20:38:17.0962978+00:00","duration":"10.00:00:00"},{"userId":"a6ca51e9-dc1b-46ef-98b4-85e69daed35f","departmentId":"0d18b71f-34fa-415a-9c37-ecdde8aecd76","startTime":"2025-06-06T20:38:17.0962978+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