<?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: get all Application portal in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1396030#M9763</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/620337"&gt;@bledos_cergypontoise&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get more information on the item type with the following.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;for item in apps:
    if item is not None:
        print(item.title)
        print(item.type)
        print(item.typeKeywords)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 14 Mar 2024 16:30:30 GMT</pubDate>
    <dc:creator>Clubdebambos</dc:creator>
    <dc:date>2024-03-14T16:30:30Z</dc:date>
    <item>
      <title>get all Application portal</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1395803#M9762</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I develop a python script to manage my Web Map Applications&amp;nbsp;and it's hard for me to tell them apart&lt;/P&gt;&lt;P&gt;I want to get all Application on my Portal server.&lt;/P&gt;&lt;P&gt;I call it with :&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;apps = gis.content.search(query=&lt;/SPAN&gt;&lt;SPAN&gt;'owner:me'&lt;/SPAN&gt;&lt;SPAN&gt;,item_type=&lt;/SPAN&gt;&lt;SPAN&gt;'Web Mapping Application'&lt;/SPAN&gt;&lt;SPAN&gt;, max_items=&lt;/SPAN&gt;&lt;SPAN&gt;5000&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV&gt;When scanning the results, I can't find any information except by checking the app's URL.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# -- Parcours de la liste des résultats et des items&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;for&lt;/SPAN&gt;&lt;SPAN&gt; item &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; apps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; item &lt;/SPAN&gt;&lt;SPAN&gt;is&lt;/SPAN&gt; &lt;SPAN&gt;not&lt;/SPAN&gt; &lt;SPAN&gt;None&lt;/SPAN&gt;&lt;SPAN&gt; :&lt;BR /&gt;        &amp;nbsp; &amp;nbsp; ...&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But I can't distinguish between different types of apps (Dashboard, EXB, AppBuilder Extension...)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm#ESRI_SECTION2_FDC9D85D0CF4492082434406739EF158" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm#ESRI_SECTION2_FDC9D85D0CF4492082434406739EF158&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Have you got an idea ?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Mar 2024 14:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1395803#M9762</guid>
      <dc:creator>bledos_cergypontoise</dc:creator>
      <dc:date>2024-03-14T14:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: get all Application portal</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1396030#M9763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/620337"&gt;@bledos_cergypontoise&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get more information on the item type with the following.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;for item in apps:
    if item is not None:
        print(item.title)
        print(item.type)
        print(item.typeKeywords)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 Mar 2024 16:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1396030#M9763</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2024-03-14T16:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: get all Application portal</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1396304#M9765</link>
      <description>&lt;P&gt;I had identified these variables correctly but&amp;nbsp;I was hoping for a simpler method.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;BR /&gt;I will have to make conditions IF to extract the values that interest me in the typeKeywords.&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 20:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/get-all-application-portal/m-p/1396304#M9765</guid>
      <dc:creator>bledos_cergypontoise</dc:creator>
      <dc:date>2024-03-14T20:36:04Z</dc:date>
    </item>
  </channel>
</rss>

