Canvas LMS REST API Documentation
The documentation says I should be able to get the submitted answers to a quiz via the event data on the submission.
GET /api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id/events
But no matter what course/quiz I try I get an error in response:
{"errors": [{"message": "The specified resource does not exist."}],"error_report_id": 41414984}
Does anyone else get this same error?