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":"b6c8d12d-bb79-4db5-b0f2-39f0ae8deb28","courseQuestionId":"e6d8243a-700e-40af-b726-e2be4702bc9f","userId":"cf007da0-7e12-4516-a47b-434ef879643a","isCorrectAnswer":true,"points":2,"creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00"},{"courseLessonId":"d975918f-ad8e-45ba-921a-8c07a18289d4","courseQuestionId":"a9060562-c4c6-43fb-a5fe-0e82f209c0e4","userId":"fb5f9b08-efcd-4228-a95d-dab510d78d07","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