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
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":"e9e89715-a080-4d15-aa31-bca6ea960acc","courseQuestionId":"a1d1512e-a366-4ca6-88f9-88d5698b33f9","userId":"736fff21-74d5-4c81-94d2-3d2e61ea9aa0","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"3b165f92-62f7-40ff-b806-c082e7a459cf","courseQuestionId":"fa79cef1-7f6b-4149-92fe-d6acb19edbf6","userId":"d84831e2-491e-4877-8214-b7aa07d196cb","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