Relesys API Docs

v1.2

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

Courses

Get Courses
GET /training/courses
https://api.relesysapp.net/api/v1.2/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":"34165ee0-b765-4528-bb63-c275f5885dca","courseGroupId":"c37da0b7-78da-4da0-804d-a00797b75691","phaseId":"7cc8fb2d-11d7-46be-b287-3f9f4d2b827e","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"efa0ad1f-4246-4df8-868a-9cb5cefe8096","courseGroupId":"b3202a1d-337c-4a9b-ac0c-23cb5bd10eb1","phaseId":"5609aad3-1c93-4358-b9bd-b562b0f3b462","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