Relesys API Docs

v1.4

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

Lessons

Get Question Participations
GET /training/questions/participation
https://api.relesysapp.net/api/v1.4/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":"996398c4-aa91-4881-8792-fa9b18eb6a03","courseQuestionId":"9332ca01-b94d-4e9b-8186-0e734edcfa89","userId":"60b51bd1-c52f-4bb4-939a-30dbafa4abdc","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"db02811a-f153-4b09-b097-f93788086ae1","courseQuestionId":"4d57dfbf-d3d6-431e-9926-86a129da644b","userId":"cb0889a5-7faa-4a3b-92d4-57df23c00aba","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