List all courses with rubrics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to find out which instructors at our institution are using rubrics in their courses within a subaccount, and would like a list of courses with rubrics. I don't see a report that would give me that information, and from what I can tell, the API endpoints only generate a list of subaccount-wide rubrics, or a list of rubrics per course ID.
I'm a subaccount admin, and our institution is self-hosted, so we don't have access to Canvas Data or Instructure support. Any tips appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With GraphQL you can select which field you want to get.
Yes, you can run a loop through all courses, either with API endpoint or GraphQL. You can write a simple VBA (Visual Basic) in Excel to display the data.