Content Management

The ItemProperties Class with the ArcGIS API for Python for ArcGIS Online or Portal

Table of Contents Introduction The ArcGIS API for Python as of version 2.1.0.3 added Dataclasses for adding and updating items. These were ItemProperties, CreateServiceParameter, SpatialFilter, and ViewLayerDefParameter. In this post we will assess the ItemProperties class. The item_properties dictionary The usual way to use item properties is to create a dictionary of key-value pairs. add() …

The ItemProperties Class with the ArcGIS API for Python for ArcGIS Online or Portal Read More »

Get All Content Item Tags in ArcGIS Online using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating components of ArcGIS Online such as content items. In this post we will use the ArcGIS API …

Get All Content Item Tags in ArcGIS Online using the ArcGIS API for Python Read More »

Read and Write to a CSV Content Item in ArcGIS Online using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating components of ArcGIS Online such as content items. In this post we will use the ArcGIS API …

Read and Write to a CSV Content Item in ArcGIS Online using the ArcGIS API for Python Read More »

Create a CSV Content Item Directly in ArcGIS Online using the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating components of ArcGIS Online such as content items. In this post we will use the ArcGIS API …

Create a CSV Content Item Directly in ArcGIS Online using the ArcGIS API for Python Read More »