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.