Quiz listing on LTI Tool launch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2020
05:15 AM
Hi,
For one of my use case I want to fetch the list of quizzes on LTI launch.
Since the LTI token doesn't work with Rest API, I think I have to start a OAuth flow for Rest API access token.
Except OAuth, is there any other way to fetch the quiz lists?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2020
07:31 PM
Yes for now, any use of the general Canvas REST API outside of the LTI services (names and roles provision and assignments and grades) you'll need to get a separate token via OAuth (separate Developer Key) for this to work.
At some point in the future we'll merge the two types of Developer Keys so app integrators only have to maintain one set of keys and ease what Canvas admins have to evaluate and monitor for access.