I'm getting a 403 error when I try to do a test call to get quiz data. I am a member of the Super Administrator role and am using this for a scope:
content:*:* core:*:* datahub:*:* enrollments:*:* grades:*:* groups:*:* orgunits:*:* quizzing:quizzes:read reporting:*:* sections:*:* users:*:*
This is the call that I am currently working with:
GET /d2l/api/le/(version)/(orgUnitId)/quizzes/
I tried 1.67 and 1.76 for the version and used one of our course offering org unit ids. Everything that I try with quizzes is being met with these errors. Any advice where I can find some help with this? Perhaps I need to adjust my scope or permissions. If so, what do I need to adjust them to? I was under the impression Super Administrator should give me everything that I need, but in this as,e it obviously isn't.
Thanks.