Skip to main content

SCCourseType

Interface SCCourseType. Course Schema.

Extends

Properties

PropertyTypeDescriptionOverridesInherited from
avg_completion_rate?numberUsers completion rate of the course (percentage)--
categories?SCCategoryType[]The categories list ids--
created_at?stringThe course creation date.--
created_by?SCUserTypeThe course creator.--
description?stringThe description of the course.--
enforce_lessons_order?booleanThe lesson order enforcement--
hide_member_count?booleanHide member count (default: false). If enabled, only managers can see the member count--
idnumberThe ID of the course.SCPurchasableContent.id-
image_big?stringThe course image, big format.--
image_bigger?stringThe course image, bigger format.--
image_medium?stringThe course image, medium format.--
image_original?stringThe course image, original format.--
image_small?stringThe course image, small format.--
join_status?null | SCCourseJoinStatusTypeThe course subscription status.--
member_count?numberUsers doing the course--
meta_description?stringThe course meta description--
meta_title?stringThe course meta title--
name?stringThe name of the course.--
new_comment_notification_enabled?booleanNotifies course admins about new lesson comments--
num_lessons?numberTotal number of published lessons of the course--
num_lessons_completed?numberNumber of lessons completed by the user--
num_sections?numberTotal number of sections with at least one lesson--
og_description?stringThe course Open Graph description--
og_image?stringThe course Open Graph image--
og_title?stringThe course Open Graph title--
payment_order?SCPaymentOrder--SCPurchasableContent.payment_order
paywalls?SCPaymentProduct[]--SCPurchasableContent.paywalls
privacy?SCCoursePrivacyTypeThe course privacy.--
product_ids?number[]--SCPurchasableContent.product_ids
sections?anyThe course sections--
sections_order?number[]The list of all section IDs belonging to the current course--
slug?stringThe slug for the course.--
type?SCCourseTypologyTypeThe course type--
user_completion_rate?numberUser completion rate of the course (percentage)--