<?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: View all Web Maps being consumed by all Web Mapping Applications in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93884#M3592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andres,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Correct it does not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2018 18:21:39 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-05-10T18:21:39Z</dc:date>
    <item>
      <title>View all Web Maps being consumed by all Web Mapping Applications</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93880#M3588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to find this out for all Web Mapping Applications (WMAs), rather than going to each individual Web Mapping Application (WMA) to see the web map it consumes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if an organization has 100 WMAs, that assumes 100 web maps, correct?&lt;/P&gt;&lt;P&gt;How do I find out what those 100 web maps are without drilling into the WMAs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm kind of thinking big picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another scenario I have is one in which I would like to delete a web map, but am not sure if it is being used in any WMAs.&lt;/P&gt;&lt;P&gt;How would I find this out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spoke to GeoJobe, and at this time the admin tools do not support this need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93880#M3588</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2018-05-08T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: View all Web Maps being consumed by all Web Mapping Applications</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93881#M3589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm thinking that a possible option is to write a script that will open the json file in a Web Mapping Application that references the web map.&lt;/P&gt;&lt;P&gt;Then write the file name and app name as strings&amp;nbsp;to an excel file.&lt;/P&gt;&lt;P&gt;Then, merge all the excel files into one workbook, and one sheet.&lt;/P&gt;&lt;P&gt;This would be a master list of the app/map inventory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question would be:&lt;/P&gt;&lt;P&gt;Where in a Web AppBuilder App&amp;nbsp;directory&amp;nbsp;can you find the reference to the web map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93881#M3589</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2018-05-10T15:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: View all Web Maps being consumed by all Web Mapping Applications</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93882#M3590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andres,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the WAB server/apps/[app#]/config.json is the only place at I know of that has the WebMap ID for that app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 16:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93882#M3590</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-05-10T16:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: View all Web Maps being consumed by all Web Mapping Applications</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93883#M3591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I think I found it in the map object.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;DIV&gt;"map":{&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"3D":false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"2D":true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"position":{&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"left":0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"top":40,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"right":0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"bottom":0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"itemId":"a series of numbers denoting the web map id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"mapOptions":{&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id":"map",&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"portalUrl":"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwpbgis.maps.arcgis.com" rel="nofollow" target="_blank"&gt;http://wpbgis.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;If I'm correct, it doesn't list the web map name, right?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93883#M3591</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2018-05-10T18:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: View all Web Maps being consumed by all Web Mapping Applications</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93884#M3592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andres,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Correct it does not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93884#M3592</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-05-10T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: View all Web Maps being consumed by all Web Mapping Applications</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93885#M3593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andres,&lt;/P&gt;&lt;P&gt;You can call Portal's REST API to get the details of that item by using the GUID&lt;/P&gt;&lt;P&gt;.../sharing/rest/content/items/&amp;lt;insert map id here&amp;gt;?token=&amp;lt;insert token here&amp;gt;&amp;amp;f=json&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "&amp;lt;map id&amp;gt;",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "owner": "",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "created": 1505265579683,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "modified": 1517563154747,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "guid": null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Network Operations Viewer Map - UAT Testing and NOT for Production use",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "Web Map",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "typeKeywords": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ArcGIS Online",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Explorer Web Map",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Map",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Online Map",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Web Map"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "UAT Testing and NOT for Production use",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "tags": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ips",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "protection",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "network",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "operation"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/P&gt;&lt;P&gt;etc, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 23:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/view-all-web-maps-being-consumed-by-all-web/m-p/93885#M3593</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2018-05-10T23:31:02Z</dc:date>
    </item>
  </channel>
</rss>

