List submissions for problems (admin)
POST/api/admin/submissions
Returns every submission across a set of problems, flattened for the admin grading view: student, course, assignment/problem titles, status, and the recorded grade (joined from AssignmentProblemGrade). System administrators only. Takes the problem ids in the body rather than the query string since the list can be long.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Flattened submissions, newest first.
problemIds missing or empty.
Not signed in.
Caller is not a system administrator.
Server error.