Select to view content in your preferred language

Programmatic access to 'Data Last Updated' value in ArcGIS Online

6137
11
Jump to solution
09-05-2020 01:13 PM
JosephRhodes2
Occasional Contributor II

Is there any way to 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?

AGOL screenshot

0 Kudos
11 Replies
DAVIDWADSWORTH_LVVWD
New Contributor III

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. 

Works like a charm. 

0 Kudos
rachelm
New Contributor III

Is it possible something has changed in the API?   When I try to access the lastEditDate via properties, there is an error.  The item properties only provides this as a result:

{'indexJobId': '', 'indexJobUrl': ''}

 

0 Kudos