Quiz submissions API for completed enrollments

tony_ganly
Community Novice

Hello,

This is my first question, and as far as I can tell, it has not already been answered.  Is there any way to get the quiz submissions for students with enrollment status of "Completed"? The Quiz Submissions API (Get all quiz submissions) seems to return only submissions for active enrollments, and there is no optional request parameter (such as the state[] parameter in the Enrollments API) to include students with enrollment state of Completed. I am using API call /api/v1/courses/:course_id/quizzes/:quiz_id/submissions from a PHP script. Thanks in advance for any feedback.