Find a Canvas course by UUID

matthew_buckett
Community Contributor

Hiya,

With the Canvas/Teams integration setup you end up with Teams created that have a reference back to the Canvas course that they belong to. You can lookup details of a Team using the Microsoft Graph API: https://developer.microsoft.com/en-us/graph/graph-explorer When doing this you can query a Team/Group using and ID and in the response to a group lookup there is a extension property that includes the UUID of the Canvas course to which it is linked (the field is extension_fe2174665583431c953114ff7268b7b3_Education_SyncSource_SectionId ).

However there doesn't appear to be a simple way to lookup a course by UUID like there is for a SIS ID or Integration ID: https://canvas.instructure.com/doc/api/file.object_ids.html

Has anyone had any luck doing this (I don't really want to use Canvas data).

0 Likes