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

Alteryx Web UI

ayadav8
8 - Asteroid

Hey,

 

We are trying to develop a user interface with Alteryx workflow. A website where user will feed in required input files to get the output. I am aware about the 'Interface tool' which is then saved in the Alteryx gallery for user to use. Since we are trying to develop our own web page, is it possible to connect a web page to alteryx workflows?? If yes, How?

Pardon me if I don't make sense, I have very little knowledge with user interfaces.

 

Thanks!

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

If you are running Alteryx Server, please refer to this article:

 

https://gallery.alteryx.com/api-docs/

 

You can call your application (running in your private gallery) from your web page.

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Praveen92
5 - Atom

Hi Marquee,

 

I also have a similar requirement to consume inputs from user in web application for Alteryx workflow and provide the user with the final result over web application itself.

 

So if I get it right ,there is no other means in Alteryx other than API to achieve it !!!,Right ??

 

And also kindly share any documentation related to, How to get the  output file(Atleast json/Xml) over an API call  from "https://localhost/gallery/api-docs" ???

 

Thanks in Advance!!!

Praveen.

aghani006
7 - Meteor

I know i am a bit late to the party, but there are now some API examples on github.