API for courses provisioning report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2015
01:21 PM
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.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2015
03:03 PM
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.