<?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 How to list an items properties from AGOL in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-list-an-items-properties-from-agol/m-p/1213002#M65579</link>
    <description>&lt;P&gt;I am trying to list all the available properties of an item, that comes from a collection of user items in AGOL.&amp;nbsp; So far all the examples show 3 properties (title, type, owner), but there are more.&amp;nbsp; How do I get to see all the properties?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 16:30:18 GMT</pubDate>
    <dc:creator>JaysonLindahl</dc:creator>
    <dc:date>2022-09-15T16:30:18Z</dc:date>
    <item>
      <title>How to list an items properties from AGOL</title>
      <link>https://community.esri.com/t5/python-questions/how-to-list-an-items-properties-from-agol/m-p/1213002#M65579</link>
      <description>&lt;P&gt;I am trying to list all the available properties of an item, that comes from a collection of user items in AGOL.&amp;nbsp; So far all the examples show 3 properties (title, type, owner), but there are more.&amp;nbsp; How do I get to see all the properties?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 16:30:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-list-an-items-properties-from-agol/m-p/1213002#M65579</guid>
      <dc:creator>JaysonLindahl</dc:creator>
      <dc:date>2022-09-15T16:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to list an items properties from AGOL</title>
      <link>https://community.esri.com/t5/python-questions/how-to-list-an-items-properties-from-agol/m-p/1213012#M65580</link>
      <description>&lt;P&gt;For a give &lt;STRONG&gt;Item&lt;/STRONG&gt;, you can access its properties with simple dot notation, &lt;STRONG&gt;Item.property&lt;/STRONG&gt;, and so on. The actual properties for any item will depend on what type of content it is, but the possible properties are listed here: &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#item" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#item&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you just want to list &lt;EM&gt;everything&lt;/EM&gt;, try using the &lt;STRONG&gt;advanced_search&lt;/STRONG&gt; with the parameter &lt;STRONG&gt;as_dict&lt;/STRONG&gt;&lt;STRONG&gt;=True&lt;/STRONG&gt;.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;gis.content.advanced_search('your query here', as_dict=True)['results']&lt;/LI-CODE&gt;&lt;P&gt;This will likely give you more information than you want, but you can always winnow down from there.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 16:53:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-list-an-items-properties-from-agol/m-p/1213012#M65580</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-09-15T16:53:44Z</dc:date>
    </item>
  </channel>
</rss>

