Skip to main content
Version: v3New

List Lessons

GET 

/courses/products/:productId/lessons

List lessons for a course. Pass categoryId to list one category; omit it to list every category (N+1 membership reads). Requires a Location token with courses.readonly. Each item is the full lesson object.

Request​

Version stringrequired

API Version

Available optionsv3
productId string<uuid>required

Product id

Possible values: non-empty

categoryId string

Limit lessons to this category

Possible values: non-empty

locationId stringrequired

Location id or sub-account id is required.

Possible values: non-empty

application/json

Success

Schema
    lessonsobject[]required