<?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: Programmatic access to 'Data Last Updated' value in ArcGIS Online in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817798#M2727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly sure that is a dynamically generated date based on the maximum value of last edit dates for all of layers and tables that make up the feature service:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; id &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# id of the item to retrieve&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; item &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; data_modified &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; max&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;     i&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;properties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;editingInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;lastEditDate
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;     &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; i
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;     &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layers &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tables
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;fromtimestamp&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;data_modified&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2020&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;9&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;9&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;31&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;46&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;299000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:40:33 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2021-12-12T09:40:33Z</dc:date>
    <item>
      <title>Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817795#M2724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to&amp;nbsp;programmatically access the 'Data Last Updated' value on the ArcGIS Online Item Details page, e.g., through the Python API? If not, are there any plans to make it available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AGOL screenshot" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/506446_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2020 20:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817795#M2724</guid>
      <dc:creator>JRhodes</dc:creator>
      <dc:date>2020-09-05T20:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817796#M2725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the modified property of the item:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; id &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# id of the item to retrieve&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; item &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;fromtimestamp&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;modified&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;17&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;17&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;50&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# Last Updated date&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:40:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817796#M2725</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-12T09:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817797#M2726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately this only gives the Modified Date, i.e., the date item details were changed (tags, title, etc.), not the date the data was last changed. The below screenshots are all for the same item.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here's the modified/updated date:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ss" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/506483_1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the Data Last Updated date:&lt;BR /&gt;&lt;IMG alt="dd" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/506484_2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the script output, which shows the modified/updated date, not the Data Last Updated date:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="sa" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/506485_3.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2020 22:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817797#M2726</guid>
      <dc:creator>JRhodes</dc:creator>
      <dc:date>2020-09-05T22:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817798#M2727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly sure that is a dynamically generated date based on the maximum value of last edit dates for all of layers and tables that make up the feature service:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; id &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# id of the item to retrieve&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; item &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; data_modified &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; max&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;     i&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;properties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;editingInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;lastEditDate
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;     &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; i
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;     &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layers &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tables
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;fromtimestamp&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;data_modified&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2020&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;9&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;9&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;31&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;46&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;299000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817798#M2727</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-12T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817799#M2728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, that does exactly what I was looking for. Thanks Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 05:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817799#M2728</guid>
      <dc:creator>JRhodes</dc:creator>
      <dc:date>2020-09-07T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817800#M2729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll just add that this&amp;nbsp;date is apparently also updated any time a setting/capability is updated. Sync, extract, editing, etc. Which is unfortunate - it would be nice to have access to a date that always reflected the last time the data itself changed. I&amp;nbsp;doubt&amp;nbsp;that's possible without querying features on an editor tracking-enabled service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 05:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817800#M2729</guid>
      <dc:creator>JRhodes</dc:creator>
      <dc:date>2020-09-07T05:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817801#M2730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph, can you elaborate on the extract you are doing that is modifying the data last updated date?&amp;nbsp; From what I recall, exporting data or calling &lt;A class="link-titled" href="https://developers.arcgis.com/rest/analysis/api-reference/extract-data.htm" title="https://developers.arcgis.com/rest/analysis/api-reference/extract-data.htm"&gt;Extract Data—ArcGIS REST API: Spatial Analysis Service | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; doesn't alter that date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817801#M2730</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-09-07T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817802#M2731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua, I was saying that when you update any setting (either on the Settings tab or programmatically), this date is updated. So if you enable/disable sync, enable/disable editing, enable/disable editor tracking, enable/disable extract,etc., it updates that date.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 17:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817802#M2731</guid>
      <dc:creator>JRhodes</dc:creator>
      <dc:date>2020-09-07T17:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817803#M2732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph, I see what you are saying now.&amp;nbsp; Given that enabling/disabling editing, extract, etc... doesn't actually change data, I do think this is an Esri #fail.&amp;nbsp; There really isn't any reason to update the lastEditDate of a layer if the feature service is reconfigured, e.g., to enable/disable editing.&amp;nbsp; If Esri does want to go down that path, the labels for those dates should not be "Data Last Updated."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 18:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817803#M2732</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-09-07T18:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817804#M2733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. Nevertheless, your solution still solves my particular use case and is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 19:40:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/817804#M2733</guid>
      <dc:creator>JRhodes</dc:creator>
      <dc:date>2020-09-07T19:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/1205023#M7658</link>
      <description>&lt;P&gt;Thanks very much for this. I will use this as a function, and pass item values to it, working through all items in a rest end point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works like a charm.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 15:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/1205023#M7658</guid>
      <dc:creator>DAVIDWADSWORTH_LVVWD</dc:creator>
      <dc:date>2022-08-22T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to 'Data Last Updated' value in ArcGIS Online</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/1364195#M9454</link>
      <description>&lt;P&gt;Is it possible something has changed in the API?&amp;nbsp; &amp;nbsp;When I try to access the lastEditDate via properties, there is an error.&amp;nbsp; The item properties only provides this as a result:&lt;/P&gt;&lt;PRE&gt;{'indexJobId': '', 'indexJobUrl': ''}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Dec 2023 07:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/programmatic-access-to-data-last-updated-value-in/m-p/1364195#M9454</guid>
      <dc:creator>rachelm</dc:creator>
      <dc:date>2023-12-24T07:58:21Z</dc:date>
    </item>
  </channel>
</rss>

