I have had success exporting "grades" information using the API but so far have not been able to export course information.
I have looked through the API documentation I can find and put together a GET string similar to what I use for grades that I thought should pull course information for a single course but it returns a 404 error.
Ideally I would like to export information for all courses rather than one course at a time.
Is this possible and would someone be able to point me in the right direction to achieve this ?
My current attempt is in this format with the portion for the district abbreviation replaced with x's.
GET https://xxxxxtest.brightspace.om/d2l/api/lp/1.67/courses/31714
Thank you.