Is there an endpoint that fetches the list of all the active orgunitId's.
We are currently using the below endpoint to get the OrgUnitId's.
However, the endpoint is fetching around 1000 orgUnitID's however its way more than what we have as active OrgUnitID list. If anyone is aware of how to pull all the active courseOfferings please guide.
Get /d2l/api/lp/1.61/courses/query?activeStatus=true&startDateFinish=2026-08-21&endDateBegin=2026-08-21
Parameters:
activeStatus - True
startDateFinish - 2026-08-21
endDateBegin - 2026-08-21