Get a course assignment
GET/api/courses/:id/assignments/:aid
Returns the assignment with its problems. Staff/admins also get the course roster in the full view; non-staff members see published assignments only (unpublished are masked as 404) and no roster.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The assignment with problems (and, for staff in full view, the roster).
Not signed in.
Not an enrolled member of the course and not a system admin.
Assignment not found in this course, or not visible to the caller.
Server error.