Want to get all quizzes data from canvas - Stack Overflow

admin2025-04-25  2

On instructure able to access courses through this endpoint :443/api/v1/accounts/1/courses

but not able to access through this one :443/api/v1/courses

My main goal is to fetch quiz data. which I see we can access through /v1/courses/{course_id}/quizzes endpoint but when I tried it, it's not working for me, maybe because I am not able to access courses through v1/courses .

I know course id because I am able to access course data through this endpoint: :443/api/v1/accounts/1/courses

转载请注明原文地址:http://anycun.com/QandA/1745533532a90869.html