Relesys API Docs

v1.4

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

Lessons

Get Lesson Statistics
GET /training/lessons/statistics
https://api.relesysapp.net/api/v1.4/training/lessons/statistics
Get a list of Course Lesson Statistics for participation - including calculated values for users without any completions.
Scopes: relesys.api, relesys.api:read, relesys.api.training, relesys.api.training:read
Query String
completionRate double Filterable Sortable optional
courseLessonId string / guid Filterable optional
courseLessonParticipationState string Filterable Sortable optional
creationDateTime datetimeoffset Filterable Sortable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
performanceScore double Filterable Sortable optional
points integer Filterable Sortable optional
userId string / guid Filterable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"courseLessonId":"4a80bdea-2d64-495f-8f1b-2b13ae1bc5f3","userId":"72b0af6e-ac21-4586-94c6-fc5bb59963d6","courseLessonParticipationState":"Completed","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","completionRate":1.0,"performanceScore":0.9,"points":2},{"courseLessonId":"ab33a796-92ec-44c7-8e0f-6e6b48dc3178","userId":"157143ac-fdc6-4c19-a061-10081ea0378b","courseLessonParticipationState":"Not Started","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","completionRate":0.0,"performanceScore":null,"points":0}]}
object
  count integer      
  data array[object]      
   completionRate double      
   courseLessonId string / guid      
   courseLessonParticipationState string      
   creationDateTime datetimeoffset      
   lastModifiedDateTime datetimeoffset      
   performanceScore double      
   points integer      
   userId string / guid      
  nextUrl string      
  previousUrl string