learn-assignments
List Assignment Courses
List all courses assigned to an assignment.
load_assignment_for_user enforces org-scope + ownership for non-admin
roles. Admin/office-admin see any assignment in their org.
GET
List Assignment Courses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Previous
Assign CoursesAssign courses to an assignment.
Options:
- course_ids only: Assign specific courses as standalone
- curriculum_id only: Assign ALL courses from that curriculum with the curriculum link
- Both: Assign specific courses WITH the curriculum association
Requires admin role. Assignment is loaded org-scoped via `load_assignment`.
Next
List Assignment Courses