| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseId |
The unique id for the course |
integer |
None. |
| FriendlyName |
Course friendly name. |
string |
None. |
| Title |
Course title. |
string |
None. |
| TeacherName |
Teacher name to be shown on card. Empty if not a single teacher in course. |
string |
None. |
| TeacherPictureUrl |
Teacher picture URL to be shown on card. Empty if not a single teacher in course. |
string |
None. |
| NumberOfTeachers |
Number of teachers in course. |
integer |
None. |
| Teachers |
Teachers to be displayed on the card |
Collection of Itslearning.RestApi.Entities.CourseCardTeacher |
None. |
| CourseColorClass |
Course colour. |
string |
None. |
| NumberOfAnnouncements |
Number of announcements. |
integer |
None. |
| NumberOfTasks |
Number of tasks. |
integer |
None. |
| NumberOfFollowUpTasks |
Number of follow-up tasks. |
integer |
None. |
| CourseCardImageFileRepoId |
FileRepoId of course card image |
globally unique identifier |
None. |
| CourseCardImageUrl |
Signed FileRepo URL of course card image. |
string |
None. |
| CourseCardImageDescription |
Course card image description text. |
string |
None. |
| LastUpdatedDisplayTime |
Course last updated in a human-readable way |
string |
None. |
| LastUpdated |
Course last updated in UTC. Can be null if it was never updated. |
date |
None. |
| LastOnlineDisplayTime |
Course last visited in a human-readable way |
string |
None. |
| LastOnline |
Course last visited in UTC. Can be null if it was never visited. |
date |
None. |
| IsFavouriteCourse |
Is course marked as favourite |
boolean |
None. |
| NotificationsEnabled |
Whether this course's notifications are enabled for the user. |
boolean |
None. |
| CanAdminCourse |
Can admin course |
boolean |
None. |
| CourseType |
Course Type |
Itsolutions.ItslUtils.Constants.CourseType |
None. |