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":"0fa10dcf-3fa4-45f5-8e9e-3653eabefd3b","courseQuestionId":"f88164b2-f2f7-45e2-a542-517ae8962fe9","userId":"237e9c81-ac98-49ca-9df8-3181a3fb9032","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"79dfcd34-7e14-4f81-915f-d6ec8fd1349a","courseQuestionId":"78813f93-8980-4f09-958d-c67f091fdfd6","userId":"9aaa6e28-4443-4f77-b1f8-f2ebde1763d2","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