Alteryx Server API - how to retrieve data generated by a workflow?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone!
I'm wondering if it's feasible to utilize the Alteryx API server to retrieve data generated by a workflow, such as a JSON containing processed data, or if it's only possible to execute commands within workflows hosted on the server. So far, I've only come across information regarding the latter option.
Second Question) My intention is to create an API that can be accessed by the public, with access granted by the admin on the server. Users would need a login and password to access this data. Essentially, I aim to establish an API that bridges the results data from a workflow to the public.
Solved! Go to Solution.
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Wesley Mendonca ,
Running workflows from a distance is only natively possible with the Alteryx Gallery APIs, which are only available if you have an Alteryx server.
Instead of using the Gallery APIs, you could allow the user to access the workflow inside the server and run. The Gallery would be the password-protected platform the users would need to sign in. Of course, if you are looking for a customized front end, having an Alteryx server only for this small API step is not worth it.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you, @fmvizcaino !
So basically, It is possible to make available the results from the workflow by Alteryx Server API. And users from outside of my company could acess these workflows?
I am thinking something about authetication, those users could acess and run one workflow and receive the information required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Wesley Mendonca ,
If your server is connected to AD or SAML, the users must have a valid e-mail, which sometimes means a company e-mail since it is your internal identity provider.
Best,
Fernando Vizcaino
