Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Alteryx Gallery REST API Call from within workflow

kwitcom
6 - Meteoroid

We have a need for multiple workflows that are published to the gallery to call other workflows that are also published on the gallery. The best recommendation I have found is to use the rest API to call the other published workflows to run. The problem I am having is with the authorization for the API while inside the workflow. I am looking for an example of the best way to OAuth1 that is required based on API Docs (http://gallery.alteryx.com/api-docs) and making a call to my local gallery.

1 REPLY 1
patrick_digan
17 - Castor
17 - Castor

@kwitcom It's a lot to read through, but @Kanderson provided a couple good example files in this post: https://community.alteryx.com/t5/Publishing-Gallery/Access-Gallery-API-through-Alteryx-APP/m-p/25481. I was able to use those successfully with a couple tweaks for time zone and content-Type.