Skip to main content

Course Section Detail

{
"id": "integer",
"name": "string",
"dripped_at": "string",
"drip_delay": "integer",
"lessons_order": [],
"lessons": []
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyUnique integer value identifying this section course
namestringtrueread-onlyName of the section course
dripped_atstring(date-time)falseread-onlySections are dripped relative to this date; used only id course type is scheduled
drip_delayintegerfalseread-onlySections are dripped relative to the enrollment date of the current user; used only if course type is structured .
Default: 0 days; it means the section will be immediately available after joining a course
lessons_orderlist(integer)falseread-onlyList of all lesson IDs belonging to the current section course; IDs are sorted based on the choice made by the course managers
lessonslist(Course Lesson Detail)falseread-onlyThe lessons associated to the course section