How to extract student responses from LTI quizzes (Canvas New Quizzes / Quizzes 2) via API.
We're having trouble retrieving student responses to quizzes (Migrated Quizzes).
We're using the API call below and are able to retrieve the title and questions:
https://einstein.instructure.com/api/quiz/v1/courses/Course:id/quizzes/Assignments:id
But we can't find an API call to retrieve student responses in the course.
How can we do this?