As I explore the ArcGIS API for Python, I'm trying to find a way to extract specific details from all my web services at once. Despite my efforts, I haven't found a straightforward solution. This may sound a little bit silly on my end, but my primary objective is to retrieve the 'last modified' dates of each service under my purview. While I've been able to access this data through the admin REST endpoint, I'm unsure how to extract this using Python. Any insights or guidance on how to accomplish this in Python would be greatly appreicated.
Thanks in advance
Sam
Python learner