Find a course across all subaccounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are currently using the conclude option when we remove courses from our catalog now, and I am attempting to make a 'create_or_update' pattern so if we ever try to re-add a course to a catalog again, and transmit, we can change the course back from 'concluded' to 'offer' state (using the "course[event]" option here). Currently we simply fail the create operation, because we don't check if the course exists even if in deleted / concluded state... 😞
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your reply!
I ended up looking up a root account using api, I can detect it because it has parent_account_id:null
then when I point my api to search courses for that account id instead, now I can find courses even under other subaccounts!
this solves the problem for me
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.