Since we are using RedShelf LTI is there a way to do a report out of canvas to pull the Course ID numbers out without having to go into each course one at a time. I was able to write a SQL statement to do this for our Moodle instance but would like to have some way to do this in Canvas. The one I wrote for Moodle was
select Shortname as 'Course Name', id, visible as Active, idnumber from mdl_course where
shortname like '%21/FA%'