get_assignment_submissions
Retrieve assignment submissions to view submitted files, timestamps, feedback comments, and grades received from the D2L Brightspace LMS.
Instructions
Get the user's submissions for an assignment. Shows submitted files, submission timestamps, feedback comments, and grades received. Use to answer: "Did I submit this assignment?", "What grade did I get?", "When did I submit?", "What feedback did I receive?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgUnitId | No | The course ID. Optional if D2L_COURSE_ID env var is set. | |
| assignmentId | Yes | The assignment Id from get_assignments. Example: 37812 |