<?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 Filter AGOL Feature Services by recently edited/added features in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/filter-agol-feature-services-by-recently-edited/m-p/1634487#M65627</link>
    <description>&lt;P&gt;Hi, does the community have any suggestions on ways to filter feature services by recent data edits (add/delete/update), rather than metadata/tag edits?&lt;/P&gt;&lt;P&gt;Goal is to identify items that have edits applied recently rather than just views/requests. Experimenting with the reporting tools currently, hoping to avoid enabling editor tracking and using the python route but might be the most reliable way.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 06:51:12 GMT</pubDate>
    <dc:creator>FMGLGIS</dc:creator>
    <dc:date>2025-07-21T06:51:12Z</dc:date>
    <item>
      <title>Filter AGOL Feature Services by recently edited/added features</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-agol-feature-services-by-recently-edited/m-p/1634487#M65627</link>
      <description>&lt;P&gt;Hi, does the community have any suggestions on ways to filter feature services by recent data edits (add/delete/update), rather than metadata/tag edits?&lt;/P&gt;&lt;P&gt;Goal is to identify items that have edits applied recently rather than just views/requests. Experimenting with the reporting tools currently, hoping to avoid enabling editor tracking and using the python route but might be the most reliable way.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 06:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-agol-feature-services-by-recently-edited/m-p/1634487#M65627</guid>
      <dc:creator>FMGLGIS</dc:creator>
      <dc:date>2025-07-21T06:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter AGOL Feature Services by recently edited/added features</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/filter-agol-feature-services-by-recently-edited/m-p/1634503#M65628</link>
      <description>&lt;P&gt;Try lasteditdate&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/layer-feature-service/" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/layer-feature-service/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;from arcgis.gis import GIS&lt;/P&gt;&lt;P&gt;from arcgis.features import FeatureLayerCollection&lt;/P&gt;&lt;P&gt;import datetime&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gis = GIS("home")&lt;/P&gt;&lt;P&gt;flc = FeatureLayerCollection('&lt;A href="https://services.arcgis.com/xyz/arcgis/rest/services/YourLayer/FeatureServer" target="_blank"&gt;https://services.arcgis.com/xyz/arcgis/rest/services/YourLayer/FeatureServer&lt;/A&gt;', gis)&lt;/P&gt;&lt;P&gt;layer = flc.layers[0]&lt;/P&gt;&lt;P&gt;edit_timestamp = layer.properties.editingInfo['lastEditDate'] / 1000&lt;/P&gt;&lt;P&gt;edit_datetime = datetime.datetime.utcfromtimestamp(edit_timestamp)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;print(f"Last data edit: {edit_d&lt;/P&gt;&lt;P&gt;atetime}")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 11:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/filter-agol-feature-services-by-recently-edited/m-p/1634503#M65628</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-07-21T11:14:43Z</dc:date>
    </item>
  </channel>
</rss>

