Retrieve the blueprint course id based off a course id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024
06:10 AM
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.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024
06:12 AM
It looks like you can find what blueprint a course associated to (if it is) using the endpoint to list blueprint subscriptions.