Download a submitted assignment file
bb_download_submissionRetrieve student-submitted files for an assignment attempt using course, column, and attempt IDs. Get the attempt details first to obtain the required IDs.
Instructions
Downloads the files the student submitted with an assignment attempt. Use bb_get_grade_detail first to find the attemptId and columnId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columnId | Yes | Gradebook column id. | |
| courseId | Yes | Course id, e.g. "_12345_1". | |
| attemptId | Yes | Attempt id. |