Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

API documentation

adarsh2707
8 - Asteroid

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.

 

adarsh2707_0-1664956193125.png

 

Regards,

Adarsh 

 

1 REPLY 1
TimN
13 - Pulsar

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