Skip to main content

A grouping of related lessons within a course, used to organize content into sections.

id
string
required

The unique identifier for the chapter.

Example:

"chap_xxxxxxxxxxxxx"

title
string
required

The display name of the chapter shown to students. Maximum 150 characters.

Example:

"Getting Started"

order
integer
required

The sort position of this chapter within its parent course, starting from zero.

Example:

42

lessons
object[]
required

An ordered list of lessons in this chapter, sorted by display position. Hidden lessons are excluded for non-admin users.