Relesys API Docs

v1.4

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

Courses

Get Courses
GET /training/courses
https://api.relesysapp.net/api/v1.4/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":"b74363f1-0d46-4be7-b96d-285c4cbd7050","courseGroupId":"7fba48fa-a672-42e9-b2cd-ae61543dccfe","phaseId":"aa2579e4-6a81-43db-90b1-09cb7f90536f","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"0d51d104-8edc-4d5a-8757-a265f4a3a8ce","courseGroupId":"8c7fe324-cb21-46c7-a8d5-140393f2bd5f","phaseId":"d90668b9-e5a8-4ae2-a44e-e4a4e8813745","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