Canvas Studio API documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
This isn't really a question. I was trying to get a detailed list of Studio recordings.
I was finally able to obtain an access token through Postman using this https://community.canvaslms.com/docs/DOC-17723
Then, the after searching, this is the best (only) documentation I was able to find:
https://developerdocs.instructure.com/services/instructure-media/studio-api
I finally figured out that one needs to use the /api/public/media/search call to retrieve the list of recordings. Also note that the results return a media and a meta section. The meta area lists the current_page, last_page and number of recordings. So one needs to cycle through the pages (/api/public/media/search&page=x) to retrieve everything.