Activity Feed
- Posted Re: download provisioning_csv with python on Canvas Developers Group. 08-17-2020 09:35 AM
- Tagged Re: download provisioning_csv with python on Canvas Developers Group. 08-17-2020 09:35 AM
My Posts
Post Details | Date Published | Views | Kudos |
---|
08-17-2020
09:35 AM
It is important to know that because you need to modify the program accordingly to the structure of your report in case you want to save it as a CSV file. modify variables in the Parameters section modify the 'data_details' variable in get_report function if you want to import only some attributes and metrics or apply a filter. Get the results of a provisioning report in an external application with a Python CSV script. The result can also be saved as a JSON or CSV file. When you make the POST, it starts the process of generating the report and gives you a progress report until it's done. Check the status of the report to see if it's ready for download. For example, your post request looks like below. POST /api/v1/accounts/:account_id/reports/:report So, this is how you download the provisioning_csv with Python. I hope it helps.
... View more
- Tags:
- python