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":"cb941b63-c942-4928-bfed-9b42d68f3dea","courseQuestionId":"b5aebf9c-6e03-4a38-9609-599b2afbdd63","userId":"f6f458fe-ea88-4a71-9bd9-8448f38ca8d9","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"4303a799-5d6c-4594-b286-c28925e37beb","courseQuestionId":"3451d5f1-8b69-4d3e-82d9-b8deb2d4f7c2","userId":"6804f0a6-ce41-4c2a-8d9b-9b35c4113b23","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