<?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: Alteryx Gallery API call from Python in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/625921#M7171</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/157070"&gt;@yashwanth1995&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a python developer, so it would be hard to help you debug your script, but check this out and see if it helps you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Theamazingdp/AlteryxGalleryAPI" target="_blank"&gt;https://github.com/Theamazingdp/AlteryxGalleryAPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
    <pubDate>Fri, 28 Aug 2020 04:18:31 GMT</pubDate>
    <dc:creator>fmvizcaino</dc:creator>
    <dc:date>2020-08-28T04:18:31Z</dc:date>
    <item>
      <title>Alteryx Gallery API call from Python</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/625660#M7170</link>
      <description>&lt;P&gt;I'm trying to call Alteryx Gallery REST API from python. For this I had gone through '&lt;A href="https://gallery.alteryx.com/api-docs/#subscription" target="_blank" rel="noopener"&gt;https://gallery.alteryx.com/api-docs/#subscription&lt;/A&gt;' selected the endpoint /api/v1/workflows/subscription/ and got the request URL. Copied the URL and pasted in Postman with key and secret got from 'Keys' section in user profile and I can get the response with OAuth1.0. Now I'm trying to do the same with python, unfortunately I'm getting error with&amp;nbsp;(401,&lt;BR /&gt;'{"data":null,"exceptionName":"UnauthorizedException","innerExceptionMessage":"","message":"The provided signature(oauth_signature) is invalid."}').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope the error is with creating signature. Can you please check and help me to fix the error. I had attached my python script as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 16:05:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/625660#M7170</guid>
      <dc:creator>yashwanth1995</dc:creator>
      <dc:date>2020-08-27T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Gallery API call from Python</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/625921#M7171</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/157070"&gt;@yashwanth1995&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a python developer, so it would be hard to help you debug your script, but check this out and see if it helps you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Theamazingdp/AlteryxGalleryAPI" target="_blank"&gt;https://github.com/Theamazingdp/AlteryxGalleryAPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 04:18:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/625921#M7171</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2020-08-28T04:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Gallery API call from Python</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/627571#M7192</link>
      <description>&lt;P&gt;Thanks Fernando for your inputs. I had gone through below link as well and fixed the issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Dev-Space/Python-library-for-Alteryx-Gallery-API/td-p/191018" target="_blank"&gt;https://community.alteryx.com/t5/Dev-Space/Python-library-for-Alteryx-Gallery-API/td-p/191018&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 12:10:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/627571#M7192</guid>
      <dc:creator>yashwanth1995</dc:creator>
      <dc:date>2020-09-01T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Gallery API call from Postman</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/895749#M10213</link>
      <description>&lt;P&gt;I tried the interactive api in the alteryx server, copied the request and tried to run it in postman.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting 401:UnAthorized error&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"data"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"exceptionName"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"UnauthorizedException"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"innerExceptionMessage"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Duplicate&amp;nbsp;nonce&amp;nbsp;found."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How to call it in Postman? How to use OAuth signing process to generate oauth_ parameters?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Jan 2022 07:30:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Gallery-API-call-from-Python/m-p/895749#M10213</guid>
      <dc:creator>priya_mohana_dhl</dc:creator>
      <dc:date>2022-01-27T07:30:35Z</dc:date>
    </item>
  </channel>
</rss>

