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":"b16c3a08-1e50-4724-8c13-290f9ed89e07","courseGroupId":"bf5faccb-c773-42b2-94d6-6b3694426438","phaseId":"ed41782d-c714-4f23-9c57-6772085e29f4","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"59c0468a-1034-4056-933b-25e009c08764","courseGroupId":"cef7cd76-3f67-4cff-afd0-4e4a62d51c00","phaseId":"7bfdf915-548b-497f-9dc8-ddf3621cb4bb","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