Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Courses

Get Courses
GET /training/courses
https://api.relesysapp.net/api/v1.3/training/courses
Get a list of Courses
Scopes: relesys.api, relesys.api:read, relesys.api.training, relesys.api.training:read
Query String
courseGroupId string / guid Filterable optional
creationDateTime datetimeoffset Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
name string Filterable Sortable optional
performanceScoreRequired integer Filterable Sortable optional
phaseId string / guid Filterable optional
sortOrder integer Filterable 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":[{"id":"1fe1885f-8545-46af-aaaf-65c6f20e311c","courseGroupId":"dd4a0dd6-e1d8-4b17-b443-2cc7819850a8","phaseId":"a37da695-2db2-4ba5-ad56-8b3113c7bc6e","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"f405d5cf-dcba-4f7f-8cf2-350a27296c9a","courseGroupId":"358acd15-118c-4e0e-a924-aee5067a055f","phaseId":"57470ebc-da54-4661-b1ec-9d9582a824d2","creationDateTime":"2020-08-15T22:00:00+00:00","lastModifiedDateTime":"2020-10-19T22:00:00+00:00","name":"Training E-Learning","performanceScoreRequired":80}]}
object
  count integer      
  data array[object]      
   courseGroupId string / guid      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   name string      
   performanceScoreRequired integer      
   phaseId string / guid      
  nextUrl string      
  previousUrl string