Content Management

Download an Available Survey123 Form from ArcGIS Online and Replicate in Survey123 Connect with the ArcGIS API for Python

Download an Available Survey123 Form from ArcGIS Online using the ArcGIS API for Python and Replicate in Survey123 Connect

Table of Contents The Video Subscribe Introduction Quite a simple but powerful workflow. Here, we are going to access an available Form item in ArcGIS Online that is publicly available and download the Survey123 package where we can then open up the Excel file to see how the same Form can be generated using Survey123 […]

Download an Available Survey123 Form from ArcGIS Online using the ArcGIS API for Python and Replicate in Survey123 Connect Read More »

Backup and Restore an ArcGIS Online Dashboard using the ArcGIS API for Python

Backup and Restore an ArcGIS Online Dashboard using the ArcGIS API for Python

Table of Contents The Video Subscribe 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, updating and extracting components of ArcGIS Online such as Dashboards. In this blog post we will

Backup and Restore an ArcGIS Online Dashboard using the ArcGIS API for Python Read More »

Backup ArcGIS Online WebMap Configurations using the ArcGIS API for Python

Backup ArcGIS Online WebMap Configurations using the ArcGIS API for Python

Table of Contents The Video Subscribe 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, updating and extracting components of ArcGIS Online such as WebMaps. In this blog post we will

Backup ArcGIS Online WebMap Configurations using the ArcGIS API for Python Read More »

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python

Table of Contents Video Subscribe 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 Feature Services and Feature Layers in ArcGIS Online. In this post we will take a

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python Read More »

blog post create folder in arcgis server with the ArcGIS API for Python

Create a Folder in ArcGIS Server Manager (Portal) with the ArcGIS API for Python

Table of Contents Introduction Today’s blog post is inspired by a question posed on Esri Communities. The question asks how to “Create an arcgis server folder with the python API?”. We often see comments that the documentation for the ArcGIS API for Python can be difficult to follow, so let’s take a look at approaching the

Create a Folder in ArcGIS Server Manager (Portal) with the ArcGIS API for Python Read More »

Delete a Feature Layer from a Feature Service in ArcGIS Online using the ArcGIS API for Python blog post

Delete a Feature Layer from a Feature Service in ArcGIS Online using the ArcGIS API for Python

Table of Contents The Video 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 Feature Layers within a Feature Service. In this blog

Delete a Feature Layer from a Feature Service in ArcGIS Online using the ArcGIS API for Python Read More »

Enable and set Feature Layer search capabilities in an ArcGIS Online WebMap using the ArcGIS API for Python blog post

Enable and set Feature Layer search capabilities in an ArcGIS Online WebMap 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 WebMap functionality. In this post we will focus on adding Feature

Enable and set Feature Layer search capabilities in an ArcGIS Online WebMap using the ArcGIS API for Python Read More »

Course: ArcGIS Online Content Management with the ArcGIS API for Python

Table of Contents Students Enrolled Course Duration 7.5 Hours + Course Category ArcGIS API for Python Course Level Beginner – Intermediate Course Price Go to course Course 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

Course: ArcGIS Online Content Management with the ArcGIS API for Python Read More »

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 »