Lessons
Get Lessons
GET
/training/lessons
https://api.relesysapp.net/api/v1.1/training/lessons
Get a list of Course Lessons
Scopes: relesys.api, relesys.api:read, relesys.api.training, relesys.api.training:read
Query String
| courseModuleId | string / guid |
Filterable
|
optional | |
| creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| duration | integer |
Filterable Sortable
|
optional | |
| id | string / guid |
Filterable
|
optional | |
| lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
| name | string |
Filterable Sortable
|
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 |