Get Lms Courses
Returns a list of LMS Course objects.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
If provided, will only return courses with this status. Along with the standard values, any connector specific value returned in the response can be passed as well.
"ACTIVE"
The third-party API ID of the matching object.
If provided, will only return courses with these IDs
"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"
If provided, will return courses with these categories
"018b18ef-c487-703c-afd9-0ca478ccd9d6"
If provided, will return courses with these skills
"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"
If provided, will return courses with these instructors
"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"
If provided, will return courses with these contents
"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"
If provided, will return courses with these languages
"en_US,en_UK"
Whether to include the original data Bindbee fetched from the third-party to produce these models.
false
Whether to include custom fields in the response.
false
Number of results to return per page. Maximum size is 200.
1 <= x <= 200The 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.
"manager[first_name,last_name]"
Response
Successful Response