How to export a webmap to a json file

1503
3
06-28-2023 04:59 AM
Labels (1)
JoseSanchez
Frequent Contributor

Hello everyone,

I am using AGOL and ArcGIS Portal

I am looking for a way to export webmaps and other Items in my content, such as Web Experience items as json files.

Is there a tool or a python script I can use for this task.

Thanks

0 Kudos
3 Replies
LeoDCG
by
Emerging Contributor

you can view the json by using arcgis online assistant.  as far as exporting I don't think that's possible

https://ago-assistant.esri.com/

AndreasHall
Esri Contributor

Here is a similar post with some advice in the reply.
Re: Copying Dashboard from ArcGIS Online to ArcGIS... - Esri Community

TonyContreras_Frisco_TX
Frequent Contributor

Using the arcgis API for python, you can connect to your AGO org or Enterprise, query the content, then loop through the results and execute the download function on each item. Webmaps and Webapps should produce .json files.