- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does a self-enrollment account report exist
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is writing a program to request all the courses for an account, loop through them, and look at the enrollment status of each course something that's possible for you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can we get an Instructure crafted sort tool on the radar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@jon_stocker...
You could submit this as a Feature Idea here in the Community...or if there was a Feature Idea already created that is similar to what you're looking for, you could participate in that conversation and give the idea a star rating. (Feature Ideas are just one of the many ways that Instructure gets feedback from users, by the way.)
- How do idea conversations work in the Instructure Community?
- What is the feature development process for Instructure products?
- How do I create a new idea conversation in the Instructure Community?
Hope this will help a bit. Take care...be well.
