Access Student Enrollments in a Subaccount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020
02:18 PM
Does anyone know of a way to access all student enrollments for a subaccount without looping each course? I'd like to do it from the subaccount so we can apply changes to a couple of buildings rather than to the entire district.
The only way I can see to programmatically access StudentEnrollments is through courses or sections and that's a ton of I/O. I could also pull a big CSV and get IDs from there into an array to loop, but again, we'd have to run that report periodically to have an up-to-date roster. Any tips are appreciated.