<?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: unable to access webmap definition in version 2.4 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1565166#M10940</link>
    <description>&lt;P&gt;This works for me, thank you!&lt;/P&gt;&lt;P&gt;I'm relatively new at working with this api. Is it common for ESRI to introduce a bunch of breaking changes with a minor version update? That is not a good recipe for a good developer experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 15:34:17 GMT</pubDate>
    <dc:creator>TrishPeller</dc:creator>
    <dc:date>2024-12-05T15:34:17Z</dc:date>
    <item>
      <title>unable to access webmap definition in version 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1564887#M10931</link>
      <description>&lt;P&gt;I have a script that, in version 2.3, accesses the webmap definition property ("wm.definition"). This property does not appear to be refactored in the new Map class (it's not listed here: &lt;A href="https://developers.arcgis.com/python/latest/guide/overview24/)" target="_blank"&gt;https://developers.arcgis.com/python/latest/guide/overview24/)&lt;/A&gt;. Is there another way to access the webmap definition that I'm missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 21:16:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1564887#M10931</guid>
      <dc:creator>TrishPeller</dc:creator>
      <dc:date>2024-12-04T21:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access webmap definition in version 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1565071#M10933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476107"&gt;@TrishPeller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not present as a property for the Map class. You can access the same information using the Item object get_data() method.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS

## access AGOL
agol = GIS("home")

## get the WebMap Item as an Item object
wm_item = agol.content.get("WM_ITEM_ID")

## get the WebMap definition
wm_def = wm_item.get_data()

print(wm_def)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 05 Dec 2024 12:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1565071#M10933</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2024-12-05T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access webmap definition in version 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1565166#M10940</link>
      <description>&lt;P&gt;This works for me, thank you!&lt;/P&gt;&lt;P&gt;I'm relatively new at working with this api. Is it common for ESRI to introduce a bunch of breaking changes with a minor version update? That is not a good recipe for a good developer experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 15:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1565166#M10940</guid>
      <dc:creator>TrishPeller</dc:creator>
      <dc:date>2024-12-05T15:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to access webmap definition in version 2.4</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1631373#M11496</link>
      <description>&lt;P&gt;In short, yes. Big breaking changes with arcgis.mapping / arcgis.map between v2.3 and 2.4. The release notes are informative, but often not super helpful for addressing breaking changes.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 23:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unable-to-access-webmap-definition-in-version-2-4/m-p/1631373#M11496</guid>
      <dc:creator>ATFerguson</dc:creator>
      <dc:date>2025-07-08T23:08:34Z</dc:date>
    </item>
  </channel>
</rss>

