<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API OUTPUT TOOL in Dev Space</title>
    <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/160198#M368</link>
    <description>&lt;P&gt;Sorry not understanding this piece..."&amp;nbsp;&lt;SPAN&gt;presented in a different way to the other tools." can you elaborate?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 04:15:11 GMT</pubDate>
    <dc:creator>joshuaburkhow</dc:creator>
    <dc:date>2018-05-04T04:15:11Z</dc:date>
    <item>
      <title>API OUTPUT TOOL</title>
      <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/79520#M65</link>
      <description>&lt;P&gt;Hi everyone, has anyone come across the Tool API output. If you did could you share the use by some small example or even if the theory would be kind of understanding for its use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance Appreciate you time and Patience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 04:51:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/79520#M65</guid>
      <dc:creator>yashd</dc:creator>
      <dc:date>2017-10-25T04:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: API OUTPUT TOOL</title>
      <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/79606#M66</link>
      <description>&lt;P&gt;It can be used in a couple of different ways. If you put it at the end of your workflow, you'll see some data in your message. If you then publish that workflow to the gallery and call it with the Gallery API, you'll see that the data is presented in a different way to the other tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Originally it was designed to be used with the Main Alteryx API (AlteryxEngineDLL), however it possibly has a wider purpose now presenting data to a REST API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: In case there is confusion, It is an API Output Tool, not an API Creation Tool, so it will not serve as an API, however can provide the data that an API needs.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 00:12:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/79606#M66</guid>
      <dc:creator>KaneG</dc:creator>
      <dc:date>2017-09-06T00:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: API OUTPUT TOOL</title>
      <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/160198#M368</link>
      <description>&lt;P&gt;Sorry not understanding this piece..."&amp;nbsp;&lt;SPAN&gt;presented in a different way to the other tools." can you elaborate?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 04:15:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/160198#M368</guid>
      <dc:creator>joshuaburkhow</dc:creator>
      <dc:date>2018-05-04T04:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: API OUTPUT TOOL</title>
      <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/160775#M373</link>
      <description>&lt;P&gt;Great Question&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15493"&gt;@yashd&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The API Output tool provides the records that are being streamed in to the tool, as well as the record headers, as Alteryx Engine "Message" types.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 342px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/33617iDEEB383F8142B535/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you run the workflow, if you look at the messages output, you will see all of the records listed, each as its' own unique message line item.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/33619i7CC7C6E240B0669A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using the Alteryx Engine API to programatically execute workflows, detailed here:&amp;nbsp;C:\Program Files\Alteryx\APIs\AlteryxSDK.zip\Documentation\AlteryxSDK.chm, one can run a module and use a message callback to retrieve messages that are being produced by the workflow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Callback information can be seen in the file listed above, under Alteryx Engine/Alteryx Engine&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/33623i3150653603825B7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since the API Output Tool creates "messages" of the data, you can use the Alteryx Engine API to programatically retrieve information from the workflow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 17:12:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/160775#M373</guid>
      <dc:creator>TashaA</dc:creator>
      <dc:date>2018-05-07T17:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: API OUTPUT TOOL</title>
      <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/161394#M375</link>
      <description>&lt;P&gt;You rule&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3529"&gt;@TashaA&lt;/a&gt;&amp;nbsp;That is a perfect explanation :)&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 17:49:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/161394#M375</guid>
      <dc:creator>joshuaburkhow</dc:creator>
      <dc:date>2018-05-09T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: API OUTPUT TOOL</title>
      <link>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/395688#M822</link>
      <description>&lt;P&gt;Hi TashaA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you advise if there is any way for us to post the API message using Alteryx?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like utilizing the API Output tool and post the message to an application with API?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 08:29:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/API-OUTPUT-TOOL/m-p/395688#M822</guid>
      <dc:creator>CY002</dc:creator>
      <dc:date>2019-03-29T08:29:26Z</dc:date>
    </item>
  </channel>
</rss>

