Retrieve the blueprint course id based off a course id

Jump to solution
Robdepietro
Community Member

I see that there is a way to find all the associated courses assigned to a blueprint course

/api/v1/courses/<blueprint_course_id>/blueprint_templates/default/associated_courses

however, how would I find what that blueprint_course_id is associated with a specific course. As of right now the only information in the course object is if the course is an actual blueprint and that is just a true or false. 

I want to grab one of our courses and associate which blueprint that was created with....I can't find that as an option via the API. 

Any help would be appreciated, thanks. 

0 Likes
1 Solution
stimme
Community Coach
Community Coach

It looks like you can find what blueprint a course associated to (if it is) using the endpoint to list blueprint subscriptions.

View solution in original post