<?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: How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/ in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/726066#M8422</link>
    <description>&lt;P&gt;I finally got it to work! Turns out you don't need to pass questions or priority... The syntax below worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "Drop Down (13)",&lt;BR /&gt;"value": "572",&lt;BR /&gt;"name": "Text Box (15)",&lt;BR /&gt;"value": "5"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to figure out why the response body of the results only displays the headers and not the data...&lt;/P&gt;</description>
    <pubDate>Tue, 02 Mar 2021 17:25:52 GMT</pubDate>
    <dc:creator>deanthoms</dc:creator>
    <dc:date>2021-03-02T17:25:52Z</dc:date>
    <item>
      <title>How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/725959#M8421</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been testing using the Alteryx Gallery APIs and have hit a wall.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am successfully able to hit the "GET/v1/workflows/{appId}/questions" endpoint to return the questions that my app id requests. However, I keep getting a HTTP response code of "500" when I attempt to use the "POST /v1/workflows/{appId}/jobs/" endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sure that I must be doing something dumb, but for the life of me cannot figure out what that is. Perhaps I am not passing the json body to the POST API correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are screenshots of the response for the GET request (to illustrate the questions from the app), and my current structure for the POST API's json body.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone steer me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET Response:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deanthoms_0-1614694553350.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/172988i02A0253A83F459E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="deanthoms_0-1614694553350.png" alt="deanthoms_0-1614694553350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deanthoms_1-1614694577571.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/172989i11CB9DCBFFBAABF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="deanthoms_1-1614694577571.png" alt="deanthoms_1-1614694577571.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POST API Json Body:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&lt;BR /&gt;"questions": [&lt;BR /&gt;{&lt;BR /&gt;"name": "Drop Down (13)",&lt;BR /&gt;"value": "624",&lt;BR /&gt;"name": "Text Box (15)",&lt;BR /&gt;"value": "2"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"priority": "Low"&lt;BR /&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 14:18:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/725959#M8421</guid>
      <dc:creator>deanthoms</dc:creator>
      <dc:date>2021-03-02T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/726066#M8422</link>
      <description>&lt;P&gt;I finally got it to work! Turns out you don't need to pass questions or priority... The syntax below worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "Drop Down (13)",&lt;BR /&gt;"value": "572",&lt;BR /&gt;"name": "Text Box (15)",&lt;BR /&gt;"value": "5"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to figure out why the response body of the results only displays the headers and not the data...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 17:25:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/726066#M8422</guid>
      <dc:creator>deanthoms</dc:creator>
      <dc:date>2021-03-02T17:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/726723#M8429</link>
      <description>&lt;P&gt;Great to have your response here.&lt;/P&gt;&lt;P&gt;It will help a lot of users struggling with the API calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest you to mark your answer as correct.&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>Wed, 03 Mar 2021 17:19:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/726723#M8429</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2021-03-03T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/944384#M10922</link>
      <description>&lt;P&gt;How did you get the oauth_signature?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 20:59:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/944384#M10922</guid>
      <dc:creator>pringleb</dc:creator>
      <dc:date>2022-05-27T20:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/950115#M10985</link>
      <description>&lt;P&gt;you've probably moved on by now but I had the same question so posting link here for solution I found:&lt;BR /&gt;&lt;A href="https://community.alteryx.com/t5/Public-Community-Gallery/Alteryx-Private-Gallery-API-Runner/ta-p/886973" target="_blank" rel="noopener"&gt;Alteryx Private Gallery API Runner&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;great macro to use out of the box or you can just take out the part for the oauth_signature&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 14:31:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/950115#M10985</guid>
      <dc:creator>RuHRoW</dc:creator>
      <dc:date>2022-06-08T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Alteryx Gallery API: POST /v1/workflows/{appId}/jobs/</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/950311#M10986</link>
      <description>&lt;P&gt;I'll take a look at it.&amp;nbsp; I'm not sure we can use it yet because our Gallery is on an old version, but hopeful this will work when we upgrade.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 18:36:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-use-Alteryx-Gallery-API-POST-v1-workflows-appId-jobs/m-p/950311#M10986</guid>
      <dc:creator>pringleb</dc:creator>
      <dc:date>2022-06-08T18:36:52Z</dc:date>
    </item>
  </channel>
</rss>

