Hello,
We are building an integration between Workday Student and Brightspace. We plan on using the D2L Standard CSV method in IPSIS, but are running into a problem.
We can build a delta report that will tell us which course offerings have changes, and will return all of the current instructors. But so far, it seems like we are not able to build a delta report in our SIS that will tell us when an instructor was unassigned from a course section ( offering ).
So, we're thinking we might have to make an API call to lookup which instructors are assigned to teach a given course. What's the best way to do this ?
This call will return the class list :
GET /d2l/api/le/(version)/(orgUnitId)/classlist/ : Retrieve the enrolled users in the classlist for an org unit.
But we don't know the orgUnitId in our SIS, we only know the Org Unit Code. Would we have to do it in two steps ?
Thanks for your help,
Jeff