Relesys API Docs

v1.3

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

Courses

Get Courses
GET /training/courses
https://api.uat.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":"390f4c4a-239c-45c8-b25c-50a7372b7c6a","courseGroupId":"0b80155b-5321-4094-acdb-d0c71f9b3b95","phaseId":"831fd2d6-3b1b-42ad-9236-5429cac3389e","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"cef4cd5c-e355-4d0f-ba1d-ac902408d072","courseGroupId":"8f642a5e-31a6-40a6-a97d-ff7509c853f9","phaseId":"f86d6445-51c3-4bb6-8135-17ed9a3754a7","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