Good morning,
I am quite new to Arcgis and this is my first post. I hope I am posting it in the right place.
I am getting nuts trying to get the aprx file related to a service. I have tried using the api and accessing to the json files directly. My goal is to get a list of all folders\services\maps\layers and the aprx and datasets related.
I have even tried scraping the web page but without success and have found nothing in the documentation or forums. (The page is dynamically created, so no useful html code is available. I have even tried using selenium)
By accessing the service url (host/server/manager/service.html?name=xyz.MapServer&folder=xyz) you can see the path to the aprx. That is what I am trying to read.
Any ideas? Whatever clue will be greatly appreciated.
With best regards,