<?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: Help using API get workflows search parameter in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207880#M14562</link>
    <description>&lt;P&gt;I think you are looking for a Collection name in Workflow metadata.&amp;nbsp; Collection Name is not in Workflow API returned data - I think.&amp;nbsp; I'll try and demo what I think you need.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 16:49:31 GMT</pubDate>
    <dc:creator>TimN</dc:creator>
    <dc:date>2023-11-09T16:49:31Z</dc:date>
    <item>
      <title>Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207855#M14557</link>
      <description>&lt;P&gt;Using server version 2021.4&lt;/P&gt;&lt;P&gt;I can get the API to give me all workflows.&lt;/P&gt;&lt;P&gt;I can't seem to get search parameter entered right or find documentation or examples&lt;/P&gt;&lt;P&gt;I need to get a specific workflow name in a specific collection name.&lt;/P&gt;&lt;P&gt;Thank you&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="Capture.jpg" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/329325iC9D28434DBF1AAD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.jpg" alt="Capture.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 15:30:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207855#M14557</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2023-11-09T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207860#M14559</link>
      <description>&lt;P&gt;Just enter the text string, no quotes.&amp;nbsp; I believe it will search all the fields of the workflow metadata.&amp;nbsp; I don't think that would include the Collection name though.&amp;nbsp; You could use the Collection api - it contains the app ids - then get all all workflows and join on app id.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 16:31:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207860#M14559</guid>
      <dc:creator>TimN</dc:creator>
      <dc:date>2023-11-09T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207878#M14561</link>
      <description>&lt;P&gt;Both of these, with quotes removed, got nothing returned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;collections.collectionName=Prod Stage&lt;/P&gt;&lt;P&gt;collectionName=Prod Stage&lt;/P&gt;&lt;P&gt;It was same as with the quotes in place&lt;/P&gt;&lt;P&gt;I also tried with single quotes ' instead of double ", but no return&lt;/P&gt;&lt;P&gt;:( Thanks for trying&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 16:46:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207878#M14561</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2023-11-09T16:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207880#M14562</link>
      <description>&lt;P&gt;I think you are looking for a Collection name in Workflow metadata.&amp;nbsp; Collection Name is not in Workflow API returned data - I think.&amp;nbsp; I'll try and demo what I think you need.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 16:49:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207880#M14562</guid>
      <dc:creator>TimN</dc:creator>
      <dc:date>2023-11-09T16:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207888#M14563</link>
      <description>&lt;P&gt;Using the Collections api /admin/v1/collections/, look for Prod Stage in the returned data. Get all the app ids within the data returned for that Collection. Then search in the /admin/v1/workflows using each app id.&amp;nbsp; This is how to do it using Alteryx Gallery Api documentation but you could query MongoDB directly to automate it.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 17:01:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207888#M14563</guid>
      <dc:creator>TimN</dc:creator>
      <dc:date>2023-11-09T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207892#M14564</link>
      <description>&lt;P&gt;Thanks TimN, But I need to find the workflow id by searching on the collection name "Prod Stage" and the workflow name "test workflow". How to specify that filter in the search variable is where I'm stuck.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 17:15:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207892#M14564</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2023-11-09T17:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207908#M14565</link>
      <description>&lt;P&gt;I figured out how it seems to be working, but that is inadequate for my needs so I'll resort to the Mongo db&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be searching for a string in the returned Jason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I could enter THR into the search and it would find workflows that have THR in any field.&lt;/P&gt;&lt;P&gt;I did not test case THR vs Thr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm giving TimN resolver credit because he helped a lot and mentioned the MongoDB. Thanks Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Values with embedded blanks did not fare well.&lt;/P&gt;&lt;P&gt;For example putting MY THR would return nothing even though some values in the json contained MY THR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone knows of a way to search more precisely than this, please let me know.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 14:01:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1207908#M14565</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2023-11-10T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1209013#M14577</link>
      <description>&lt;P&gt;This is the method I use for targeting specific workflows in a collection.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Server.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/329689iB3568B97D4BCDF8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Server.PNG" alt="Server.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I pull a list of all workflows on the gallery, names and IDs.&lt;/P&gt;&lt;P&gt;Then I pull a list of all workflows contained in the collection I care about. I join it back to the workflow list to get the app name associated with the flows in my container.&lt;/P&gt;&lt;P&gt;Once I have that, I use the name field to match the workflow I am looking for and then pass it along to be run.&lt;/P&gt;&lt;P&gt;A lot of my flows have spaces in them and have had no issues matching names so this may work for you as well.&lt;/P&gt;&lt;P&gt;I can mockup a generic version for you if you want to try it.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 23:12:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1209013#M14577</guid>
      <dc:creator>SPetrie</dc:creator>
      <dc:date>2023-11-13T23:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1209684#M14583</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/152020"&gt;@SPetrie&lt;/a&gt;&amp;nbsp;. I expect that to work.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 12:32:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1209684#M14583</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2023-11-15T12:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help using API get workflows search parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1210318#M14595</link>
      <description>&lt;P&gt;Here is that portion of the workflow incase you need it.&lt;/P&gt;&lt;P&gt;It uses the &lt;A href="https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228" target="_self"&gt;API v3 macro pack&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 20:44:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-using-API-get-workflows-search-parameter/m-p/1210318#M14595</guid>
      <dc:creator>SPetrie</dc:creator>
      <dc:date>2023-11-16T20:44:20Z</dc:date>
    </item>
  </channel>
</rss>

