Relesys API Docs

v1.1

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

Lessons

Get Question Participations
GET /training/questions/participation
https://api.relesysapp.net/api/v1.1/training/questions/participation
Get a list of Course Question Participations
Scopes: relesys.api, relesys.api:read, relesys.api.training, relesys.api.training:read
Query String
courseLessonId string / guid Filterable Sortable optional
courseQuestionId string / guid Filterable Sortable optional
creationDateTime datetimeoffset Filterable Sortable optional
isCorrectAnswer boolean Filterable Sortable optional
lastModifiedDateTime datetimeoffset 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":"6f5d73f0-10fa-45b9-9f13-3e0ceae72588","courseQuestionId":"9145c746-2216-403f-ab9d-bfd0c2e0b8c8","userId":"3d75b88d-7e00-4e94-9aca-72235098f98c","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"bed01ac0-0109-4dbd-a78b-214c543a849d","courseQuestionId":"e6fcb80e-9d89-4686-a349-176f04f0811d","userId":"a0206dbe-ccf7-48ea-a09a-386f2eea8c14","isCorrectAnswer":false,"points":0,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"}]}
object
  count integer      
  data array[object]      
   courseLessonId string / guid      
   courseQuestionId string / guid      
   creationDateTime datetimeoffset      
   isCorrectAnswer boolean      
   lastModifiedDateTime datetimeoffset      
   points integer      
   userId string / guid      
  nextUrl string      
  previousUrl string