Relesys API Docs

v1.2

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

Modules

Get Module Participations
GET /training/modules/participation
https://api.relesysapp.net/api/v1.2/training/modules/participation
Get a list of Course Module Participations
Scopes: relesys.api, relesys.api:read, relesys.api.training, relesys.api.training:read
Query String
completionRate double Filterable Sortable optional
courseModuleParticipationState string Filterable Sortable optional
creationDateTime datetimeoffset Filterable Sortable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
performanceScore double Filterable Sortable optional
points integer Filterable Sortable 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":[{"courseModuleId":"21ebbfa2-c0d8-4b50-b377-e04967024b70","userId":"033c0a35-24f3-462e-a16f-d9da7167a203","courseModuleParticipationState":"Completed","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-12-09T22:00:00+00:00","completionRate":1.0,"performanceScore":0.94,"points":10},{"courseModuleId":"2bcd38a5-d788-4da8-a696-671fada786f6","userId":"2ef0581e-675e-4812-9de9-b431526e1b8c","courseModuleParticipationState":"Completed","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-10-15T22:00:00+00:00","completionRate":1.0,"performanceScore":0.8,"points":2}]}
object
  count integer      
  data array[object]      
   completionRate double      
   courseModuleId string / guid      
   courseModuleParticipationState string      
   creationDateTime datetimeoffset      
   lastModifiedDateTime datetimeoffset      
   performanceScore double      
   points integer      
   userId string / guid      
  nextUrl string      
  previousUrl string