Alteryx Server API
- 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
Has anyone been successful connecting to the Alteryx Server via API? I am trying to kick off a job in the server from my desktop but the macro I found on a different discussion board (which I cannot find) is not working correctly. I keep receiving the below response:
{"data":null,"exceptionName":"UnauthorizedException","innerExceptionMessage":"","message":"The provided signature(oauth_signature) is invalid."}
Attached is the macro I have downloaded. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hey @garretwalters12
Have you correctly configured the Alteryx API Runner tool with your API key and secret?
Also, make sure your server is contained within the original text input:
It will follow the format http://{ServerName}/gallery/api/{Endpoint}
You can find more on this here:
https://gallery.alteryx.com/api-docs/
Hope this Helps,
TheOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@TheOC I have tried two ways.
- I try running the macro though the workflow but I receiving an error from the Macro (below). I tried updating the download tool (Tool #51) but I get no luck when trying that.
- Due to the error above, I tried going into the Macro, updating the parameters manually, and running. But when going into the macro it seems that the interface tool aren't connected to any of the tools. So I am unsure how to properly update the parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hey @garretwalters12
Having a look at the macro, I think you're right. Some interface tools dont seem to connect where i would suspect they should - i would guess its an outdated tool. Are you using the latest version? The author of the article you followed has a link to his latest version - and instructions on how to install it - in the comments:
https://community.alteryx.com/t5/Engine-Works/Using-the-Alteryx-API-from-Alteryx/ba-p/318565
Hope this helps,
TheOC
