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
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":"996d5b22-6739-4d74-9d12-c9c4760dc4a3","courseQuestionId":"f40b1e06-0ff7-461c-a1b1-770319d6a679","userId":"866a3a9d-9c02-4c69-bc1f-5cfaddcd97fd","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"4e3571af-95d2-4e26-bb27-c7c6a1e2c87e","courseQuestionId":"44ce418a-962c-4bfb-9f9e-c3c982164489","userId":"43df55aa-a6c7-4a2b-9f5f-98ac56efb68e","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