The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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.
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.
Regards,
Sam
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.
Regards,
Sam
Hi Sam,
Thanks for the reply. I'm still working on getting informations from a API, so i will try to use the request as you mentioned, i just need, for now, to count all the blueprint courses, so that probably will make what i need.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in