Blueprint Courses

Jump to solution
AlexSchneider
Community Member

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.

0 Likes
1 Solution
stimme
Community Contributor

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.

  1. Use the Accounts API's List Active Course in Account endpoint with the 'blueprint' parameter set to true.
  2. Use the Blueprint Courses API's Get associated course info endpoint with the list of course IDs obtained in step 1.

Regards,
Sam

View solution in original post