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":"08894d73-2cf4-414b-a5a9-5b9b5700d306","courseGroupId":"e6e3438e-4ae2-41c3-9293-974dbcdcc1d9","phaseId":"1ded5eb0-b5b2-48fa-ba11-300bc5904206","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"a74bee5f-1dda-4a09-9f51-fa7d4c0d1fd2","courseGroupId":"3fa018e7-4f7e-48ba-8a37-f8c0e6aa0319","phaseId":"027e1d01-52af-4cd2-ad7f-711954ca6f39","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