Skip to content

ArcGIS Online and Enterprise content and user helpers for ArcGIS REST JS.

Install

Use dark colors for code blocksCopy
1 npm install @esri/arcgis-rest-portal

Import

@esri/arcgis-rest-portal is distributed as both ES Modules and Common JS modules.

Use dark colors for code blocksCopy
1 import * as portalTools from "@esri/arcgis-rest-portal"
Use dark colors for code blocksCopy
1 const portalTools = require("@esri/arcgis-rest-portal");

CDN

You can use @esri/arcgis-rest-portal as an ES Module from the esm.run CDN.

Use dark colors for code blocksCopy
1 2 3 <script type="module">  import * as portalTools from "https://esm.run/@esri/arcgis-rest-portal@4.7.0"; </script>

You can also use @esri/arcgis-rest-portal from a script tag. All exports will be added to a global arcgisRest object.

Use dark colors for code blocksCopy
1 2 3 4 <script  src="https://unpkg.com/@esri/arcgis-rest-portal@4.7.0/dist/bundled/portal.umd.js"  integrity="sha512-Z+p+EcDZqmSS2uaXunxTqQpGcDXUimqqClRJ3OUQOkk6C8IiCp8Q65NoTFYAvwYdyfCxcMYq4snU4tYFlGU6VA=="> </script>

Exports

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.