<?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: Summary Table of Enterprise Portal Survey123 Deployments in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124159#M39144</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/118975"&gt;@JervinAlbeso&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code to retrieve "Survey123" :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;from arcgis.gis import GIS&lt;BR /&gt;&lt;BR /&gt;gis = GIS(url='Portal URL', username='account username', password='account password', verify_cert=False)&lt;BR /&gt;list = gis.content.search(query='type:("Form")', item_type=None, max_items=999)&lt;BR /&gt;len(list)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 05:03:39 GMT</pubDate>
    <dc:creator>IhabHassan</dc:creator>
    <dc:date>2021-12-09T05:03:39Z</dc:date>
    <item>
      <title>Summary Table of Enterprise Portal Survey123 Deployments</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124146#M39143</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to get a summary table of all survey123 deployments to Enterprise Portal 10.8.1? It would be great to have the following, but I will take anything you can provide.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Survey Name&lt;/LI&gt;&lt;LI&gt;Description&lt;/LI&gt;&lt;LI&gt;Created By&lt;/LI&gt;&lt;LI&gt;Tags&lt;/LI&gt;&lt;LI&gt;Published Date&lt;/LI&gt;&lt;LI&gt;Record Count&lt;/LI&gt;&lt;LI&gt;View Count&lt;/LI&gt;&lt;LI&gt;Groups shared with&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We are trying to gather this list and looking for a way to extract this data in Portal 10.8.1, is this something possible in Portal along or Notebook server can help? If someone can point on notebook script we can use that would be great. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 03:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124146#M39143</guid>
      <dc:creator>JervinAlbeso</dc:creator>
      <dc:date>2021-12-09T03:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Table of Enterprise Portal Survey123 Deployments</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124159#M39144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/118975"&gt;@JervinAlbeso&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code to retrieve "Survey123" :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;from arcgis.gis import GIS&lt;BR /&gt;&lt;BR /&gt;gis = GIS(url='Portal URL', username='account username', password='account password', verify_cert=False)&lt;BR /&gt;list = gis.content.search(query='type:("Form")', item_type=None, max_items=999)&lt;BR /&gt;len(list)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 05:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124159#M39144</guid>
      <dc:creator>IhabHassan</dc:creator>
      <dc:date>2021-12-09T05:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Table of Enterprise Portal Survey123 Deployments</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124160#M39145</link>
      <description>&lt;P&gt;Thanks for sharing this script.&amp;nbsp;&lt;BR /&gt;On the script this target a user, is there a script that targets the whole enterprise so we can export it in one go?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 05:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124160#M39145</guid>
      <dc:creator>JervinAlbeso</dc:creator>
      <dc:date>2021-12-09T05:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Table of Enterprise Portal Survey123 Deployments</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124161#M39146</link>
      <description>&lt;P&gt;the script is not targeting a user, rather it will return all forms that either owned by the account used by line 2, or forms that are shared with this account. If you use "admin" account, the script should return everything.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 05:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/summary-table-of-enterprise-portal-survey123/m-p/1124161#M39146</guid>
      <dc:creator>IhabHassan</dc:creator>
      <dc:date>2021-12-09T05:21:45Z</dc:date>
    </item>
  </channel>
</rss>

