Teacher Courses

Get Teacher Course Details

Get the full details of a teacher course. Only returns courses where _id matches, user_id matches the current teacher, and is_teacher_course=True. Also allows admin users to access holiday workbook courses.

get/teacher/courses/{course_id}

Path parameters

course_idstring required

Response

Successful Response

_idstring
user_idstring required
is_teacher_courseboolean
folder_idstring nullable
titlestring required
subjectstring nullable
status'UPLOADING' | 'PROCESSING_IMAGES' | 'STRUCTURING' | 'GENERATING_CONTENT' | 'COMPLETED' | 'FAILED'
original_image_pathsstring[]
raw_content_blobstring nullable
generated_course_contentstring nullable
revision_deck_status'GENERATING' | 'COMPLETED' | 'FAILED' nullable
knowledge_quiz_status'GENERATING' | 'COMPLETED' | 'FAILED' nullable
error_messagestring nullable
warningsstring[] nullable
figures_cropobject nullable
processing_optionsobject nullable
source_type'student_upload' | 'teacher_assigned' | 'holiday_workbook' nullable
holiday_course_contextobject nullable
created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 3 revisions of this API.