content_migrations API returns no data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2022
01:52 PM
Hi, I'm trying to write a script to download Migration Exception Logs for ~200 courses. I was thinking to GET all courses, GET content_migrations for each course, then GET migration_issues for each migration. Got the list of courses easy, but /api/v1/courses/:course_id/content_migrations just returns a blank array. I can see the Migration Exception Log online at https://<my institution>.instructure.com/courses/1188/pages/000-migration-exception-log so it's not a permissions issue. Any idea what's going wrong here?