The specific date for which to retrieve submission history, in 'YYYY-MM-DD' format. This refers to the date when grading events occurred. Use the gradebook history days endpoint to find dates with available history.
pagestring
Page token or number to fetch. Use the next_page value from a previous response to get the next page of results.
per_pageinteger
Number of submissions to return per page. Canvas default is 10.
course_idstring
Required
The unique identifier for the course. You can obtain course IDs from the list courses endpoint.
grader_idstring
Required
The unique identifier for the grader (teacher/instructor) whose grading history you want to view. You can obtain grader IDs from the list course users endpoint.
assignment_idstring
Required
The unique identifier for the assignment. You can obtain assignment IDs from the list assignments endpoint or from the gradebook history days endpoint.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not