Blueprint Courses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2022
06:16 PM
Hi Canvas Data Community,
I looked at course_dim and did not found any reference to if that course is a blueprint or not, and about the associations that blueprint has. Is this kind of data in Canvas Data?
Regards,
As.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022
09:36 AM
Hello @AlexSchneider ,
Canvas Data does not have fields or tables dedicated to blueprints. If you're keen on working with the requests table, you could reconstruct the relationships and activities of blueprint courses by selecting rows where web_application_controller = 'master_courses/master_templates'.
But the simplest way to get the relationships at this time is through the Canvas API.
- Use the Accounts API's List Active Course in Account endpoint with the 'blueprint' parameter set to true.
- Use the Blueprint Courses API's Get associated course info endpoint with the list of course IDs obtained in step 1.
Regards,
Sam