Returns a list of LMS Course objects.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
If provided, will only return courses with this status.
ACTIVE
, PENDING
, INACTIVE
The third-party API ID of the matching object.
If provided, will return courses with these categories
If provided, will return courses with these skills
If provided, will return courses with these instructors
If provided, will return courses with these contents
If provided, will return courses with these languages
Whether to include the original data Bindbee fetched from the third-party to produce these models.
Whether to include custom fields in the response.
Number of results to return per page. Maximum size is 100.
1 <= x <= 100
The pagination cursor value.
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. You can also specify required fields in [] for each relation name.
Successful Response
The response is of type object
.