Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

one line api?

hroderick
8 - Asteroid

I'd like to make a Tableau url action run an Alteryx app in the gallery. I know I can open the app using the url. Can I also pass question answers and start the app running with just a url? It looks to be getting over my head and requiring the url to run a javascript to do all the oauth stuff. am I right?

 

Or...can I get everything needed to start the app running in a single url

2 REPLIES 2
DavidSta
Alteryx
Alteryx

Hi @hroderick,

 

you can not call the API only by "calling" the API endpoint. You definitely need to do the authentication as well and pass the values for authentication and to answer your App questions with a post request.

 

This will be some kind of code, which can be done e.g. in JavaScript.

A sample for JavaScript can be found here: https://gallery.alteryx.com/api-docs/samples/Alteryx-JavaScript-API-Sample.zip

 

Best regards,

David

hroderick
8 - Asteroid

Thanks David!