Relesys API Docs

v1.3

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

Lessons

Get Question Participations
GET /training/questions/participation
https://api.relesysapp.net/api/v1.3/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
points integer 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":[{"courseLessonId":"8d20fa15-5023-45a6-ab3b-76e477f1c256","courseQuestionId":"790d6aba-cb21-42fd-a920-3a40f5bdc5ca","userId":"6d19e985-c577-4080-8ad3-f6b2e2c94d77","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"be0fce57-094d-4d96-95e1-6bc566feaa7d","courseQuestionId":"ab7fd1fd-5d43-46e6-9cdc-46e2bc7cb4b5","userId":"d774fe7f-c167-4ada-841e-252d940a2b16","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