List a course's problems
GET/api/courses/:id/problems
Lists a course's problem bank (id, title, description, type), for pickers such as the "import a problem from another course" wizard. Course staff (faculty or TAs) or a system admin; this route is manage-gated, so no student reaches it.
Request
Responses
- 200
- 401
- 403
- 500
The course's problems.
Not signed in.
Caller is not course staff or a system admin.
Server error.