HI all,
I am a Curator of an Alteryx Gallery. I wish to get data from the API documentation feature (Admin V2) and transfer this data in the form of a JSOn script to my local and then report it in another application (say Power BI). I need to automate this process. Can anyone suggest on how I can achieve this. Can this be done using alteryx designer and if so how would it work.
Regards,
Adarsh
Solved! Go to Solution.
You can call the admin v2 apis from anywhere that can authenticate (OAUTH 1.0 for older server releases) to the Alteryx Server and call the apis. We've tested it using Python in an external Jypter Notebook.
here's a link to see how it can be done with Python
https://github.com/Theamazingdp/AlteryxGalleryAPI/blob/master/alteryx_gallery_api_v3_compatible.py