<?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 Identifying AGOL data dependencies? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1283575#M51773</link>
    <description>&lt;P&gt;I am planning to delete some hosted feature layers, but I'm wondering what resources are using them, such as webmaps, dashboards, StoryMaps, ExB, and Web App Builder apps. My resources are all shared to my AGOL Org (not public), so anyone in my org can discover and consume them without me knowing it. I marked my hosted feature layers as deprecated, but that doesn't show up for end users when the data layers are in a webmap, dashboards, etc., so it's a bit of a tree falling in the forest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The basic question is - how do we do an orderly clean-up of resources on AGOL so we have some confidence that we account for inter-dependencies between items? I'm thinking of some admin scripts, but maybe there's something in Pro or the web interface to find these?&lt;/P&gt;&lt;UL class="lia-list-style-type-square"&gt;&lt;LI&gt;Is there some tool that will find other resources using my hosted feature layer? A typical workflow is layer&amp;gt;&amp;gt;webmap&amp;gt;&amp;gt;app, so once I identify the webmaps, I might have the same type of question about the various apps.&lt;/LI&gt;&lt;LI&gt;Or working it from the other end, is there a way to go through all my org's items and find any that have deprecated dependencies, such as hosted feature layers and webmaps?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, I should note that I am not an admin in my org, so I cannot see items that aren't shared to the org or a group I'm in. I can, however, ask that an admin compile this info for me.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 20:21:48 GMT</pubDate>
    <dc:creator>davedoesgis</dc:creator>
    <dc:date>2023-04-27T20:21:48Z</dc:date>
    <item>
      <title>Identifying AGOL data dependencies?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1283575#M51773</link>
      <description>&lt;P&gt;I am planning to delete some hosted feature layers, but I'm wondering what resources are using them, such as webmaps, dashboards, StoryMaps, ExB, and Web App Builder apps. My resources are all shared to my AGOL Org (not public), so anyone in my org can discover and consume them without me knowing it. I marked my hosted feature layers as deprecated, but that doesn't show up for end users when the data layers are in a webmap, dashboards, etc., so it's a bit of a tree falling in the forest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The basic question is - how do we do an orderly clean-up of resources on AGOL so we have some confidence that we account for inter-dependencies between items? I'm thinking of some admin scripts, but maybe there's something in Pro or the web interface to find these?&lt;/P&gt;&lt;UL class="lia-list-style-type-square"&gt;&lt;LI&gt;Is there some tool that will find other resources using my hosted feature layer? A typical workflow is layer&amp;gt;&amp;gt;webmap&amp;gt;&amp;gt;app, so once I identify the webmaps, I might have the same type of question about the various apps.&lt;/LI&gt;&lt;LI&gt;Or working it from the other end, is there a way to go through all my org's items and find any that have deprecated dependencies, such as hosted feature layers and webmaps?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, I should note that I am not an admin in my org, so I cannot see items that aren't shared to the org or a group I'm in. I can, however, ask that an admin compile this info for me.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 20:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1283575#M51773</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2023-04-27T20:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying AGOL data dependencies?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1283592#M51776</link>
      <description>&lt;P&gt;I have had success using the python/Notebook from &lt;A href="https://community.esri.com/t5/arcgis-online-ideas/a-way-to-track-all-the-maps-a-layer-is-used-in/idi-p/1200757" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Though, for some reason, the version I ended up with had more 'apptypes'.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;apptypes = ['Application', 'Dashboard', 'Story Map', 'Web Experience', 'Feature Layer', 'View']&lt;/LI-CODE&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 20:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1283592#M51776</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2023-04-27T20:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying AGOL data dependencies?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1284000#M51793</link>
      <description>&lt;P&gt;This answer works, or at least gives me a good starting point to customize. I should note that 'Application' covers a bunch of different (sub)types. When I did a query for 'Application', I got these unique values:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;['Desktop Application Template', 'Hub Site Application', 
 'Desktop Application', 'Web Mapping Application', 'Mobile Application', 
 'Application', 'Native Application']&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Here are the &lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm" target="_self"&gt;supported item types&lt;/A&gt; in the API. They are in the 3rd column. The list is nicely broken down into categories of maps, applications, tools, layers, etc. I suspect there are other types that have a set of sub-types, but needs further testing.&lt;/LI&gt;&lt;LI&gt;The API's &lt;A href="https://developers.arcgis.com/python/guide/accessing-and-creating-content/#searching-for-content-in-arcgis-online" target="_self"&gt;guide on content search is here&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 17:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/identifying-agol-data-dependencies/m-p/1284000#M51793</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2023-04-28T17:29:41Z</dc:date>
    </item>
  </channel>
</rss>

