Hello everyone. It is my understanding that Alteryx has an API interface that other tools can use to call a workflow and return results back, however I am struggling to find documentation on this.
I basically has an analytic app that accepts a string loannumber (text box) as an input and returns a database query back... I would like another application to be able to call this analytic app on our gallery, and to get the results back (through any method).
I have tried playing with the following website....
https://gallery.alteryx.com/api-docs/
however I honestly can't understand what do fill in here. I'm pretty confident I know the shared key + API KEy however I don't know how to find things like...
#1) Apps id? what is this, where can I find it?
#2) how to get data to the application if it is an analytic app and there is user-interface.
#3) what method the results get returned in, etc..
I have a list of probably 20-30 other questions, but was hoping that there is some kind of guide somewhere that will walk through this information!
Thanks everyone.