You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are considering to use Python API for one of our projects in order to automate work order creation. A possible scenario consists of copying an existing master template web map, renaming it with work order ID and maybe changing a few other settings. So this is basically what you can do manually in AGOL by clicking on "Save As" within the web map.
However, currently I cannot find a way to do that in the API. I use search function to find the web map item of interest and find it successfully. Intellisense is telling me that there is a method of "Item" class called "copy", although when I went to explore the "gis" python module directly in the Visual Studio, I could not find such a method. Is this method in development for the upcoming stable release? And if not, could anyone recommend me a way to achieve what I need?
Thank you,
Serj
The text was updated successfully, but these errors were encountered:
Hello,
We are considering to use Python API for one of our projects in order to automate work order creation. A possible scenario consists of copying an existing master template web map, renaming it with work order ID and maybe changing a few other settings. So this is basically what you can do manually in AGOL by clicking on "Save As" within the web map.
However, currently I cannot find a way to do that in the API. I use search function to find the web map item of interest and find it successfully. Intellisense is telling me that there is a method of "Item" class called "copy", although when I went to explore the "gis" python module directly in the Visual Studio, I could not find such a method. Is this method in development for the upcoming stable release? And if not, could anyone recommend me a way to achieve what I need?
Thank you,
Serj
The text was updated successfully, but these errors were encountered: