Skip to main content

Course Lesson Detail

{
"id": "integer",
"name": "string",
"type": "string",
"status": "string",
"comments_enabled": "boolean"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyUnique integer value identifying this lesson course
namestringtrueread-onlyName of the lesson course
typetypetrueread-onlyEnum to define the course lesson type
statusstatusfalseread-onlyEnum to define the course lesson status.
Default: draft
comments_enabledbooleanfalseread-onlyEnable the comments on the current lesson; if enabled, the users can comment the current lesson.
Default: true

Enumerated Values

PropertyValueDescription
typelessonLesson course of type lesson
typequizLesson course of type quiz
statusdraftLesson course status is draft (not yet published for all the users that joined the course)
statuspublishedLesson course status is published