I need to connect to Alteryx Server API using a java client, does anyone have any pointers to use any existing one ?
Have you seen this blog post from Andre de Vries? https://www.theinformationlab.co.uk/2017/12/21/use-alteryx-gallery-api-embed-apps-workflows/
He uses a javascript module and html test page to show how to interact with the Alteryx Gallery API.
post the solution to the Community if you have solved it already.
Hi @DeepakTyagi - You can download a fully functional sample Alteryx client in C# or JavaScript from API documentation on our Gallery: https://gallery.alteryx.com/api-docs/
This is under Creating your own API client:
We are actually looking for Java solution. Not Java Script.