get_outcome_contributing_scores
Retrieve assignment and quiz scores that contributed to a specific learning outcome for students in a course. Filter by user IDs or include unpublished assignments.
Instructions
Get assignment or quiz scores that contributed to a specific outcome for one or more students in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID. | |
| outcome_id | Yes | The Canvas outcome ID. | |
| user_ids | No | Optional Canvas user IDs or SIS user IDs prefixed with "sis_user_id:". | |
| only_assignment_alignments | No | Limit results to assignment alignments only. | |
| show_unpublished_assignments | No | Include unpublished assignments in the contributing score results. |