Relesys API Docs

v1.1

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

Courses

Get Courses
GET /training/courses
https://api.relesysapp.net/api/v1.1/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":"993ff520-e200-401c-bfee-ed09fd8cb97c","courseGroupId":"73011a70-ef92-4634-b395-3bef01211a9d","phaseId":"7cc9095c-bd3c-4125-81fb-3f677fe9cf86","creationDateTime":"2020-06-02T22:00:00+00:00","lastModifiedDateTime":"2020-11-08T22:00:00+00:00","name":"Training Course","performanceScoreRequired":95},{"id":"d8ba0bee-d761-445a-9c50-e3c872883404","courseGroupId":"a0423db9-1f79-4ee2-9e14-5382279275c8","phaseId":"a7c6f07c-16bd-44f0-a3e7-15893dfde860","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