Skip to main content

A course student (enrollment of a student in a course)

id
string
required

The unique identifier for the course student type.

completed_lessons_count
integer
required

The number of lessons the student has completed

Example:

42

completion_rate
number
required

The percentage of lessons completed (0-100)

Example:

6.9

total_lessons_count
integer
required

The total number of lessons the student has access to

Example:

42

first_interaction_at
string<date-time>
required

When the student first interacted with the course

Example:

"2023-12-01T05:00:00.401Z"

last_interaction_at
string<date-time>
required

When the student last interacted with the course

Example:

"2023-12-01T05:00:00.401Z"

user
object
required

The user who is enrolled in the course

course
object
required

The course the student is enrolled in