Integrate Analytic App or Macro in a html frontend
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Printer Friendly Page
- Mark as New
- Subscribe to RSS Feed
- Permalink
Hi !
I am able to use the Alteryx-Gallery to upload my own Analytic Apps or Marcros. After uploading I can use the functionalty of the Macros and Apps.
Exists any tutorial how I am able to embed/ integrate Apps and Macros in my own HTML-Front-End and use it like the gallery?
Best regards
Mathias
Solved! Go to Solution.
- Labels:
- Custom Tools
- HTML GUI
- Macro
- SDK
- Mark as New
- Subscribe to RSS Feed
- Permalink
It's not a tutorial per se, but the starting point for using the Gallery's API can be found on your Gallery at https://gallery.alteryx.com/api-docs/
- Mark as New
- Subscribe to RSS Feed
- Permalink
+1 to @RodL and because you're working with HTML be sure to check out the Javascript sample in the "Creating your own API client" section of the page Rod pointed you to. By the way, the way to discover this page is by clicking on the "LOOKING FOR MORE?" tab at the bottom of your Gallery home page and selecting "API Documentation".
- Mark as New
- Subscribe to RSS Feed
- Permalink
Hello!
Thank you for your support.
I have downloaded the
Alteryx-JavaScript-API-Sample and the Alteryx-CSharp-API-Sample.
But I need an Api-Key and an Api-Secret
But I did not found any Api-Key an Api-Secret on my Privat-Studio. And no possibility to create any key!
Where must I look for?
- Mark as New
- Subscribe to RSS Feed
- Permalink
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>To find your Gallery API Key & Secret, your Private Gallery account must be API enabled. Learn more: https://t.co/MygUZKTIQI #Alteryx
— Alteryx (@alteryx) May 23, 2016
- Mark as New
- Subscribe to RSS Feed
- Permalink
Hi!
Thank you for yor support.
I miss this feature API enabled on my Private-Gallery.
I use only the Alteryx-Designer not an Alteryx-Server. Is that my problem?
- Mark as New
- Subscribe to RSS Feed
- Permalink
Ah yes I had assumed you were referring to your own Alteryx Server - will follow up with you offline about the public Gallery API.