[ARCHIVED] Does a self-enrollment account report exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017
04:37 PM
How do you do, fellow admins?
Has anyone found a report to see which courses are set to self-enrollment in an account?
I can get a course via API that reflects its "open enrollment" and "self-enrollment" status but not for an account. Canvas data doesn't list it either, only if the course is public.
Thanks for any ideas you have!
Mike
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017
09:32 AM
I was going to suggest this. It doesn't seem that the API call for listing all courses inside an account (see below) supports returning the self enrollment attribute.
GET /api/v1/accounts/:account_id/courses
Instead loop through all the course ids with the following API call:
GET https://school.instructure.com/api/v1/accounts/:account_id/courses/:course_id?include[]=self_enrollm...
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.