-
I don't use Power BI, but I
I don't use Power BI, but I have found Metabase (metabase.com).
That's a very powerful BI tool. I use the REST API to extract the datas I need and store them in a sqlite database with a python script.
Metabase read this database and display my Dashboard.
-
I am now able to connect to
I am now able to connect to DocuWare using that syntax and retrieve metadatas :
url = 'https://MyOrg.docuware.cloud/DocuWare/Platform/Account/LogOn?returnUrl=/...
datalog={'Username':'login', 'Password':'password', 'Organization':'MyOrg'}r=requests.post(url,datalog)
file=open("response.xml","w+")file.write(r.text)
Thanks for your help.
-
Thanks Joe,
Thanks Joe,
I will take a look on these ressources.
-
Python and REST
Hi,
did anyone ever use python to launch a request using the REST API ? I need example to achieve that.
Thanks
-
Python and REST
Hi,
did anyone ever use python to launch a request using the REST API ? I need example to achieve that.
Thanks