Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Lessons

Get Question Participations
GET /training/questions/participation
https://api.uat.relesystest.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":"e2548525-e7cc-45c1-9ac1-e3edb7a5be5b","courseQuestionId":"1802cd86-d962-4292-bd6d-d7788c512d83","userId":"2aa85699-babd-4ea8-99c6-ba9463c5b65d","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"e33b88f6-4771-485b-b012-0bd710d60e36","courseQuestionId":"2ccdbf72-422c-4e6b-90a4-5d5c7d1ac126","userId":"f5154c1d-ad72-4465-a15b-6472ed724bbd","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