<?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: Extract change with Python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857490#M4089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense.&amp;nbsp;&amp;nbsp;I ended up passing the optional parameters it complained about and it worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2020 17:31:46 GMT</pubDate>
    <dc:creator>AhjungKim4</dc:creator>
    <dc:date>2020-03-26T17:31:46Z</dc:date>
    <item>
      <title>Extract change with Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857486#M4085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to extract data changes from AGO-hosted feature service.&amp;nbsp; I am referring to the &lt;A href="https://developers.arcgis.com/rest/services-reference/extract-changes-feature-service-.htm"&gt;REST API &lt;/A&gt;and&amp;nbsp;using Python API feature layer collection &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.html?highlight=extract_change#arcgis-features-featurelayercollection"&gt;extract_change&lt;/A&gt;&amp;nbsp;method.&amp;nbsp; According to the documentation, required parameters are 2) layers and 2) layerServerGens.&amp;nbsp; However, when I use the following code, it complains about optional parameters such as geometryType and inSR.&amp;nbsp; &amp;nbsp;I tried to find a sample code that uses the same method but had no luck.&amp;nbsp; Help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="416" src="https://community.esri.com/legacyfs/online/486235_pastedImage_2.png" width="479" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/486251_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:50:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857486#M4085</guid>
      <dc:creator>AhjungKim4</dc:creator>
      <dc:date>2020-03-25T20:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extract change with Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857487#M4086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #404040; background-color: #fcfcfc;"&gt;is the change tracking&amp;nbsp; enabled for ArcGIS Online hosted feature services?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 21:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857487#M4086</guid>
      <dc:creator>KarstenRank</dc:creator>
      <dc:date>2020-03-25T21:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extract change with Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857488#M4087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&amp;nbsp; this is the feature service &lt;A class="link-titled" href="https://services.arcgis.com/DN2fPfpggEPlLhP6/arcgis/rest/services/HydrantInspections/FeatureServer/extractChanges" title="https://services.arcgis.com/DN2fPfpggEPlLhP6/arcgis/rest/services/HydrantInspections/FeatureServer/extractChanges"&gt;https://services.arcgis.com/DN2fPfpggEPlLhP6/arcgis/rest/services/HydrantInspections/FeatureServer/extractChanges&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 14:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857488#M4087</guid>
      <dc:creator>AhjungKim4</dc:creator>
      <dc:date>2020-03-26T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extract change with Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857489#M4088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To me, it looks like a defect in the &lt;A href="https://community.esri.com/group/4814"&gt;ArcGIS API for Python&lt;/A&gt;‌.&amp;nbsp; I tested a code snippet using your service, and the ArcGIS API for Python appears to be building a bogus/invalid URL request.&amp;nbsp; For the optional parameters in the REST API Extract Changes call, the ArcGIS API for Python is passing "None" and the REST API considers those invalid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 17:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857489#M4088</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-03-26T17:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extract change with Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857490#M4089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense.&amp;nbsp;&amp;nbsp;I ended up passing the optional parameters it complained about and it worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 17:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/extract-change-with-python/m-p/857490#M4089</guid>
      <dc:creator>AhjungKim4</dc:creator>
      <dc:date>2020-03-26T17:31:46Z</dc:date>
    </item>
  </channel>
</rss>

