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":"d6430d7a-6264-47f4-b2f9-40677894731d","courseGroupId":"4b67ebf3-43a7-4c7b-bbd6-876ea7be772c","phaseId":"279ad1ef-fdfd-41c4-9478-e11cbed67e05","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"5a72220f-9925-4d2c-b353-cf5abe7f2bff","courseGroupId":"6dc283b2-07ef-4b3a-a075-7309e300d0b4","phaseId":"0c6c492e-e08a-4028-9a33-447df90a952e","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