List an assignment's problems
GET/api/assignments/:id/problems
Lists an assignment's problems, tagged with whether the caller has solved each (a correct submission) and their grade. All problems are visible. Course faculty or a system admin (TAs excluded).
Auth: required
Request
Responses
- 200
- 400
- 401
- 404
- 500
The visible problems with solved/grade flags.
Missing assignment id.
Not signed in, or not course faculty / a system admin (TAs excluded).
Assignment not found.
Server error.