Reputation: 11
On instructure able to access courses through this endpoint https://mysubdomain.instructure.com:443/api/v1/accounts/1/courses
but not able to access through this one https://learnconnected.instructure.com: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: https://mysubdomain.instructure.com:443/api/v1/accounts/1/courses
Upvotes: 0
Views: 25