Outcome group missing id until course is "active"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2018
08:32 AM
Making this API call:
Outcome Groups - Canvas LMS REST API Documentation
GET /api/v1/courses/:course_id/outcome_groups
On a newly imported (via SIS) course returns successful but empty.
After manually clicking on the outcome tab(menu) in the course.
Running the call again gives the expected result.
Here is a video example of it.
http://www.kaltura.com/tiny/i6gga
I'm guessing that Canvas is not building out all the course metadata, until it's active? Maybe?
I tried using general course info calls to see if the that would work, it did not.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018
08:38 AM
I worked with Jeff from Canvas L2 Support and he gave this this API call to use which worked.
GET /api/v1/courses/:course_id/root_outcome_group