Relesys API Docs

v1.1

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

Courses

Get Courses
GET /training/courses
https://api.relesysapp.net/api/v1.1/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":"e58312e8-e9f3-4f8d-abd4-fedf4e2b844b","courseGroupId":"ff7fcb8c-7374-4257-ac8a-51dad8a5a066","phaseId":"d414d613-bc89-4d7e-8dce-fa0430d5b077","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"5daf6afa-1856-425a-80ba-96b276f240a4","courseGroupId":"0a952fc1-8f88-4411-9e17-cb771db1eeb8","phaseId":"58919e0a-8caa-46de-b2db-ad6a86015577","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