The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I am trying to get unsubmitted student submissions using the endpoint 'api/v1/courses/:course_id/students/submissions?workflow_state=unsubmitted'. Overall this works, however there seems to be a bug, where if a student did not submit an assignment and the teacher enters a grade, but then removes it so that it's showing as a dash line (or null) in the gradebook, the submission has the workflow_state of graded and doesn't come up with the unsubmitted assignments. Does anyone know a work around for this or would it be possible to update the API so if the assignment was not submitted and a grade is added and then removed it shows unsubmitted since the assignment was in fact unsubmitted and it is no longer graded (even though it may have had a grade at some point)?
I think the workaround would be to drop the ?workflow_state=unsubmitted qualifier from your request and get all of the submissions regardless of state. You could then iterate over the submissions and look at both the workflow_state and the grade attributes. If the workflow_state is 'graded' or 'unsubmitted' and the grade is null, then treat is as you would an unsubmitted assignment.
Does that sound like it would work for you?
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in