Hello
When searching for web map in the Portal, for example using python below:
webmaps_contents = gis.content.search("*",item_type="Web Map", max_items=500)
Is it possible to filter for Web Maps saved in Classic or the New Map Viewer?
Or can this be done with with an if statement in a loop:
for webmap_item in webmaps_contents:
if webmap_item. .....
Thanks