Relesys API Docs

v1.2

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

Courses

Get Courses
GET /training/courses
https://api.relesysapp.net/api/v1.2/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":"d5475768-d5b5-401b-86c0-ef22ce45a6c6","courseGroupId":"42d12fad-2a84-4815-9c01-6770f8bd6f38","phaseId":"f76328ca-1256-4c5e-9c39-a70299ece87c","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"b4e74bc6-6754-4a7e-8e64-12e041d045e3","courseGroupId":"5ecad5db-a170-42fd-a227-d3c7c68e198a","phaseId":"98b0ed09-3b2a-4a50-a458-4520a51a4e81","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