Required roles
- CourseLesson-*
Learn more about Course Lessons in our Knowledge Base.
Properties
Property | Type | Required | Information |
---|---|---|---|
CourseId | int | Yes | |
CourseTitle | string | No | Read-only |
SectionId | int | No | |
SectionDisplayOrder | string | No | Read-only |
SectionTitle | string | No | Read-only |
InstructorId | int | No | |
InstructorFullName | string | No | Read-only |
InstructorCompanyName | string | No | Read-only |
InstructorTeamNames | string | No | Read-only |
Title | string | Yes | |
SummaryText | string | No | |
LessonContents | string | No | |
Active | boolean | No | |
DisplayOrder | int | No | |
UnlockType | enum | No | Valid values |
UnlockAfterDays | int | No | |
CompletionType | enum | No | Valid values |
ImageFileName | string | No | |
Id | int | Yes | Read-only |
UpdatedOn | timestamp | No | Read-only |
CreatedOn | timestamp | No | Read-only |
UniqueId | string | No | Read-only |
SystemId | string | No |
Related records
Property | Record type |
---|---|
CourseId | Course |
SectionId | CourseSection |
InstructorId | Coworker |