
Retrieves assignment submissions.
Source:R/get_assignment_submissions.R
get_assignment_submissions.RdThis function retrieves the submissions to a specific assignment in a specific course in the Canvas LMS API.
Arguments
- canvas
An object containing the Canvas API key and base URL, obtained through the
canvas_authenticatefunction.- course_id
The ID of the course for which to fetch submissions.
- assignment_id
The ID of the assignment for which to fetch the submissions.
- per_page
(Optional) The number of submissions to retrieve per page of results (default is 100).