Get lessons

Retrieves a list of lessons with OData like query support

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData like filter expression. Supported operators: eq, and, gt, lt. Supported fields: id, code, type, eLearningTrackingType, maximumAccesses, imageFileName, duration, vendor, categoryId, usageCost, isEnabled Examples:

  • eLearningTrackingType eq 'Scorm2004'
  • isEnabled eq true
  • categoryId eq 6a1f6372-c01a-45fc-bbcb-7b4b940174c6 and duration lt 20
string

Order results by one or more fields. Use 'asc' or 'desc' for direction. Supported fields: id, code, type, eLearningTrackingType, maximumAccesses, imageFileName, duration, vendor, categoryId, usageCost, isEnabled Example: duration desc

integer
1 to 100
Defaults to 100

Number of records to return (page size)

integer
≥ 0
Defaults to 0

Number of records to skip (for pagination)

boolean
Defaults to false

Include total count of matching records in response

string

Comma-separated list of fields to include in response. Supported fields: id, code, type, eLearningTrackingType, maximumAccesses, imageFileName, duration, vendor, categoryId, usageCost, isEnabled Example: id, code, type, isEnabled

Headers
string

The culture to use for localising certain fields in the response, e.g. title and description. If not specified, returns the fields in the default culture of the lesson.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json