List all courses with rubrics

Jump to solution
racheleve_davis
Community Explorer

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!

0 Likes
1 Solution

@racheleve_davis 

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.

View solution in original post