get_assignment
Retrieve detailed assignment information including instructions, due dates, point values, file requirements, and grading rubrics from D2L Brightspace courses.
Instructions
Get full details about a specific assignment including complete instructions, due date, point value, allowed file types, and grading rubrics. Use after get_assignments when you need more detail about one assignment.
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 |