<?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: Including FieldsToCompare parameter on Extract Changes Operation in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1480367#M4754</link>
    <description>&lt;P&gt;Did you ever figure this out? I am having the same issue. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2024 16:46:44 GMT</pubDate>
    <dc:creator>philnagel</dc:creator>
    <dc:date>2024-05-29T16:46:44Z</dc:date>
    <item>
      <title>Including FieldsToCompare parameter on Extract Changes Operation</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1361546#M4629</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've configured a FeatureService Webhook to track changes being made to a MapService Layer. I've successfully configured the webhook and I'm getting the appropriate responses when features are either added, edited or updated.&lt;BR /&gt;&lt;BR /&gt;However, on the extract changes workflows, according to the REST API Documentation [&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/extract-changes-feature-service-.htm" target="_blank" rel="noopener"&gt;Here&lt;/A&gt;] I could add a &lt;EM&gt;fieldsToCompare &lt;/EM&gt;parameter to my request in order to watch changes for specific attributes. According to the documentation I should get a &lt;EM&gt;fieldUpdates&lt;/EM&gt; array that indicates which fields were modified (if any), however I am nor receiving this element on the final response (after job is completed).&lt;BR /&gt;&lt;BR /&gt;my request parameters at the moment include:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
   "serverGens": [values],
   "token": "the_token",
   "fieldsToCompare": {
      "fields": ["company"]
   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;The documentation DOES say that in order to support this parameter, the service must include&lt;BR /&gt;"&lt;SPAN class=""&gt;supportsFieldsToCompare&lt;/SPAN&gt; property, under &lt;SPAN class=""&gt;extractChangesCapabilities&lt;/SPAN&gt;, is set as &lt;SPAN class=""&gt;true&lt;/SPAN&gt;."&lt;BR /&gt;&lt;BR /&gt;But I don't know where to set this.&lt;BR /&gt;&lt;BR /&gt;I am currently in ArcGIS Enterprise 11.1.&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated, and thanks beforehand!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 18:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1361546#M4629</guid>
      <dc:creator>RViruet</dc:creator>
      <dc:date>2023-12-15T18:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Including FieldsToCompare parameter on Extract Changes Operation</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1480367#M4754</link>
      <description>&lt;P&gt;Did you ever figure this out? I am having the same issue. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 16:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1480367#M4754</guid>
      <dc:creator>philnagel</dc:creator>
      <dc:date>2024-05-29T16:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Including FieldsToCompare parameter on Extract Changes Operation</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1483483#M4763</link>
      <description>&lt;P&gt;Unfortunately, no.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 19:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1483483#M4763</guid>
      <dc:creator>RViruet</dc:creator>
      <dc:date>2024-06-03T19:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Including FieldsToCompare parameter on Extract Changes Operation</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1577746#M4927</link>
      <description>&lt;P&gt;Am running into same problem that fieldsToCompare does not return fieldUpdates array for the extractChange endpoint (&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/extract-changes-feature-service/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/extract-changes-feature-service/&lt;/A&gt;) on ArcGIS Enterprise 11.3 even though extractChangeCapabilities is set to true.&lt;BR /&gt;&lt;BR /&gt;On the featureServer Url (e.g.&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;https://arcgis-acc.&amp;lt;org&amp;gt;.com/un_edit/rest/services/UtilityNetwork/un_edit/FeatureServer?f=pjson&lt;/A&gt;) you can find the capabilities of the server:&lt;/P&gt;&lt;PRE&gt; "extractChangesCapabilities": {
  "supportsReturnIdsOnly": true,
  "supportsReturnExtentOnly": false,
  "supportsReturnAttachments": true,
  "supportsLayerQueries": false,
  "supportsGeometry": false,
  "supportsFeatureReturn": true,
  "supportsReturnHasGeometryUpdates": true,
  "supportsFieldsToCompare": true,
  "supportsServerGens": true
 },&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 11:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1577746#M4927</guid>
      <dc:creator>DavidLovesArcGIS</dc:creator>
      <dc:date>2025-01-22T11:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Including FieldsToCompare parameter on Extract Changes Operation</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1674320#M5071</link>
      <description>&lt;P&gt;Did anyone figure this out? On my hosted feature services the supportsFieldsToCompare is set to false and I cannot find a way to change it?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 18:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/including-fieldstocompare-parameter-on-extract/m-p/1674320#M5071</guid>
      <dc:creator>Joshua-Young</dc:creator>
      <dc:date>2025-12-19T18:11:01Z</dc:date>
    </item>
  </channel>
</rss>

