Found this content helpful? Log in or sign up to leave a like!
API for courses provisioning report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have been trying to write a process that starts generating a Provisioning Report that returns only a course csv file. However, the documentation is incredibly sparse and we keep getting an error when we check the status via the API and see the same error when we look in the GUI at the Provisioning Reports.
Does anyone have a functional example of a curl command that they use to generate a Courses provisioning report to share with us as a working example so that we can see proper working syntax?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just tested the python script here: canvas-contrib/pull_provisioning_report.py at master · kajigga/canvas-contrib · GitHub
It works and generates a link to download the csv file.