List a problem's extra-submission grants
GET/api/courses/:id/assignments/:aid/problems/:pid/grants
Lists the extra-submission grants for one assignment problem. Course staff (faculty or TAs) or a system admin.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The problem's grants (newest first).
Not signed in.
Not course staff or a system admin.
Problem not found in this assignment.
Server error.