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":"306395f8-6742-4aa3-ac4c-fd79f607543c","courseGroupId":"ddd3ae5c-7baf-4f4d-9e53-9ed03cfe3444","phaseId":"08c92ec5-f256-4dad-888a-fefb74585f2d","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"99ffe0dd-0106-459f-ae0b-a0692f6e73bc","courseGroupId":"e2c8d777-b73e-4c8d-8a02-83d278bdda5a","phaseId":"a51ab663-0c5d-4162-b325-0250ed58fb7f","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