Skip to main content
Version: v3New

List Courses

GET 

/courses/products

List courses in the location. Requires a Location token with courses.readonly. Send Version: v3. Each item is the full course object including customizations.

Request​

Version stringrequired

API Version

Available optionsv3
limit string

Page size (1-50)

Possible values: non-empty

cursor string

Opaque cursor from the previous page

Possible values: non-empty

search string

Case-insensitive title search

Possible values: non-empty

locationId stringrequired

Location id or sub-account id is required.

Possible values: non-empty

application/json

Success

Schema
    productsobject[]required
    nextCursorstringnullablerequired

    Cursor for the next page, or null when there is no next page