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
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/
Here is a similar post with some advice in the reply.Re: Copying Dashboard from ArcGIS Online to ArcGIS... - Esri Community
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.