Student Content

Get Assigned Courses

Get all AI-generated courses assigned to the student through their classes.

Returns courses that are:

  • Assigned to classes the student is linked to
  • Visible to students (is_visible_to_students=True)
  • Available (start_date is null or has passed)
get/student/content/assigned-courses

Response

Successful Response

assignment_idstring required
course_idstring required
course_titlestring required
teacher_namestring required
class_namestring required
class_school_yearstring nullable
class_gradestring nullable
class_is_pastboolean
assigned_atstring date-time required
start_datestring date-time nullable
instructionsstring nullable
subjectstring nullable

Changes

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