Search for a section by SIS-ID

Jump to solution
18shumwaysam
Community Novice

Hi,

I've been running into an error trying to find a section that doesn't seem to exist. At our institution, we give our courses the same SIS-ID as the section, (so sis_course_id is the same as sis_section_id). I went to rename a section's SIS ID that was incorrectly named so that it would match the course ID, and I got an error saying, "SIS ID is already in use". Well, I can't figure out how to track down that other section--when I search in the GUI, it doesn't show up in any course, and I don't see any way to find it through an API call because those require the ID for the section (not the same as the SIS ID). All I've got to go on is the SIS ID. Any ideas? 

Thanks!

Labels (1)
1 Solution
pklove
Community Champion

Not necessarily a bug.  The section may have been deleted.  In this case, it won't be found and if you try and add it back via the API you will get the already in use message.

In this case, to get it back, add enable_sis_reactivation=true to your API create POST.

Or you can create a SIS import file with status active.

View solution in original post