Relesys API Docs

v1.3

https://api.relesystest.net/api/v1.3

Courses

Get Courses
GET /training/courses
https://api.relesystest.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":"0a612252-8f37-4bdf-aaa5-490c444c5b62","courseGroupId":"39326c4d-ed2c-4d30-a7e0-fa425a4f90b3","phaseId":"ef295df2-35b2-4144-8929-3b5cbe484f0c","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"3b3a89f1-3a9c-4e3c-8e67-07012e72a8a0","courseGroupId":"ef935c84-8d06-4aa9-9056-eb40ff270ffc","phaseId":"6d953b7e-7ec9-49b5-a4f9-72b036c3c4b7","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