Skip to main content

ArcGIS Component

Use the Esri ArcGIS component to manage map layers, and update locations.

Component key: arcgis

Description

Esri ArcGIS is an online geographic information system providing and maintaining detailed information and tools for maps and locations.

Use the Esri ArcGIS component to manage map layers, and update locations.

API Documentation: ArcGIS API Reference

Connections

OAuth 2.0

ArcGIS requires a Developer Account to create applications for OAuth.

To obtain Oauth credentials:

  1. Navigate to https://developers.arcgis.com/dashboard/.
  2. Navigate to the Oauth 2.0 section and select + New Application.
  3. Once application is created document your Client ID, Client Secret, and Temporary Token.
  4. In the Redirect URLs section select + Add URI and enter https://oauth2.prismatic.io/callback.
  5. Enter the Client ID, Client Secret, and Temporary Token in the designated fields of your integration connection configuration.

Actions

Add Features (Geometry objects or Feature Attributes)

Add features to a hosted feature layer. | key: addFeatures

Output Example Payload

{
"data": {
"addResults": [
{
"objectId": 17,
"uniqueId": 17,
"globalId": null,
"success": true
},
{
"objectId": 18,
"uniqueId": 18,
"globalId": null,
"success": true
}
]
}
}

Add Hosted Layer to Feature Service

Add a hosted layer to a hosted feature service. | key: addHostedLayerToFeatureService

Output Example Payload

{
"data": {
"success": true,
"layers": [
{
"name": "public_layer",
"id": 4
}
]
}
}

Create Feature Service

Create a new hosted feature service. | key: createFeatureService

Output Example Payload

{
"data": {
"encodedServiceURL": "https://services2.arcgis.com/ABCD12345abcd1234/arcgis/rest/services/Example/FeatureServer",
"itemId": "3d1f09bb8fbb4fa8926bf43d85f21234",
"name": "Example",
"serviceItemId": "3d1f09bb8fbb4fa8926bf43d85f21234",
"serviceurl": "https://services2.arcgis.com/ABCD12345abcd1234/arcgis/rest/services/Example/FeatureServer",
"size": -1,
"success": true,
"type": "Feature Service",
"typeKeywords": [],
"isView": false
}
}

Create Web Map

Creates a web map. | key: createWebMap

Output Example Payload

{
"data": {
"success": true,
"id": "2e1ac491fdcd4d7dbd7bd25418ea1234",
"folder": ""
}
}

Export Layers

Export layers to the specified output format. | key: exportLayers

Output Example Payload

{
"data": {
"type": "file",
"size": 32768,
"jobId": "0312180b-45e1-4e0f-9e06-ac22957a4203::ABCD12345abcd1234",
"serviceItemId": "9a6c4ffffa8341619081987680312345",
"exportFormat": "Shapefile",
"exportItemId": "2123466496e645f488e63f3f37e12345"
}
}

GeoCode

Determine the location of a single address or point of interest. | key: geocode

Output Example Payload

{
"data": {
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
},
"candidates": [
{
"address": "El Paso International Airport",
"location": {
"x": -106.37832,
"y": 31.80677,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"score": 100,
"attributes": {},
"extent": {
"xmin": -106.40832,
"ymin": 31.77677,
"xmax": -106.34832,
"ymax": 31.83677,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
}
},
{
"address": "El Paso Intl Airport",
"location": {
"x": -106.376361111,
"y": 31.807333333,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"score": 100,
"attributes": {},
"extent": {
"xmin": -106.401361111,
"ymin": 31.782333333,
"xmax": -106.351361111,
"ymax": 31.832333333,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
}
},
{
"address": "El Paso Int'l Airport",
"location": {
"x": -106.39353,
"y": 31.79799,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"score": 100,
"attributes": {},
"extent": {
"xmin": -106.42153,
"ymin": 31.76999,
"xmax": -106.36553,
"ymax": 31.82599,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
}
},
{
"address": "El Paso Int'l Airport-Arrival",
"location": {
"x": -106.39594,
"y": 31.7989,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"score": 95.23,
"attributes": {},
"extent": {
"xmin": -106.40094,
"ymin": 31.7939,
"xmax": -106.39094,
"ymax": 31.8039,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
}
}
],
"geoJson": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-106.37832,
31.80677
]
},
"properties": {
"address": "El Paso International Airport",
"score": 100
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-106.376361111,
31.807333333
]
},
"properties": {
"address": "El Paso Intl Airport",
"score": 100
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-106.39353,
31.79799
]
},
"properties": {
"address": "El Paso Int'l Airport",
"score": 100
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-106.39594,
31.7989
]
},
"properties": {
"address": "El Paso Int'l Airport-Arrival",
"score": 95.23
}
}
]
}
}
}

Get Current User

Returns the view of the portal as seen by the current user. | key: getSelf

Output Example Payload

{
"data": {
"2DStylesGroupQuery": "title:\"Esri 2D Styles\" AND owner:esri_en",
"3DBasemapGalleryGroupQuery": "title:\"ArcGIS Online 3D Basemaps\" AND owner:esri",
"access": "private",
"allSSL": true,
"analysisLayersGroupQuery": "title:\"Living Atlas Analysis Layers\" AND owner:esri",
"availableCredits": 999999,
"basemapGalleryGroupQuery": "title:\"ArcGIS Online Basemaps\" AND owner:esri_en",
"canListApps": false,
"canListConsultingServices": false,
"canListData": false,
"canListPreProvisionedItems": false,
"canListSolutions": false,
"canProvisionDirectPurchase": false,
"canSearchPublic": true,
"canSetCustomBuyLink": false,
"canSetQuestionnaire": false,
"canSharePublic": true,
"canSignInArcGIS": true,
"canSignInIDP": true,
"canSignInOIDC": true,
"canSignInSocial": true,
"cdnUrl": "https://cdn.arcgis.com",
"colorSetsGroupQuery": "title:\"Esri Colors\" AND owner:esri_en",
"commentsEnabled": true,
"contentCategorySetsGroupQuery": "title:\"ArcGIS Online Content Category Sets\" AND owner:esri_en",
"created": 1704216183000,
"culture": "en",
"customBaseUrl": "maps.arcgis.com",
"databaseQuota": -1,
"databaseUsage": -1,
"defaultBasemap": {
"baseMapLayers": [
{
"url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",
"layerType": "ArcGISTiledMapServiceLayer",
"resourceInfo": {
"currentVersion": 10.3,
"mapName": "Layers",
"supportsDynamicLayers": false,
"layers": [
{
"id": 0,
"name": "Citations",
"parentLayerId": -1,
"defaultVisibility": false,
"subLayerIds": null,
"minScale": 0,
"maxScale": 0
}
],
"tables": [],
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"singleFusedMapCache": true,
"tileInfo": {
"rows": 256,
"cols": 256,
"dpi": 96,
"format": "JPEG",
"compressionQuality": 90,
"origin": {
"x": -20037508.342787,
"y": 20037508.342787
},
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"lods": [
{
"level": 0,
"resolution": 156543.03392800014,
"scale": 591657527.591555
},
{
"level": 1,
"resolution": 78271.51696399994,
"scale": 295828763.795777
},
{
"level": 2,
"resolution": 39135.75848200009,
"scale": 147914381.897889
},
{
"level": 3,
"resolution": 19567.87924099992,
"scale": 73957190.948944
},
{
"level": 4,
"resolution": 9783.93962049996,
"scale": 36978595.474472
},
{
"level": 5,
"resolution": 4891.96981024998,
"scale": 18489297.737236
},
{
"level": 6,
"resolution": 2445.98490512499,
"scale": 9244648.868618
},
{
"level": 7,
"resolution": 1222.992452562495,
"scale": 4622324.434309
},
{
"level": 8,
"resolution": 611.4962262813797,
"scale": 2311162.217155
},
{
"level": 9,
"resolution": 305.74811314055756,
"scale": 1155581.108577
},
{
"level": 10,
"resolution": 152.87405657041106,
"scale": 577790.554289
},
{
"level": 11,
"resolution": 76.43702828507324,
"scale": 288895.277144
},
{
"level": 12,
"resolution": 38.21851414253662,
"scale": 144447.638572
},
{
"level": 13,
"resolution": 19.10925707126831,
"scale": 72223.819286
},
{
"level": 14,
"resolution": 9.554628535634155,
"scale": 36111.909643
},
{
"level": 15,
"resolution": 4.77731426794937,
"scale": 18055.954822
},
{
"level": 16,
"resolution": 2.388657133974685,
"scale": 9027.977411
},
{
"level": 17,
"resolution": 1.1943285668550503,
"scale": 4513.988705
},
{
"level": 18,
"resolution": 0.5971642835598172,
"scale": 2256.994353
},
{
"level": 19,
"resolution": 0.29858214164761665,
"scale": 1128.497176
},
{
"level": 20,
"resolution": 0.14929107082380833,
"scale": 564.248588
},
{
"level": 21,
"resolution": 0.07464553541190416,
"scale": 282.124294
},
{
"level": 22,
"resolution": 0.03732276770595208,
"scale": 141.062147
},
{
"level": 23,
"resolution": 0.01866138385297604,
"scale": 70.5310735
}
]
},
"initialExtent": {
"xmin": -28848255.049479112,
"ymin": -2077452.082122866,
"xmax": 28848255.049479112,
"ymax": 16430757.376790084,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
}
},
"fullExtent": {
"xmin": -20037507.067161843,
"ymin": -19971868.880408604,
"xmax": 20037507.067161843,
"ymax": 19971868.88040863,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
}
},
"minScale": 591657527.591555,
"maxScale": 70.5310735,
"units": "esriMeters",
"supportedImageFormatTypes": "PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP",
"capabilities": "Map,Tilemap,Query,Data",
"supportedQueryFormats": "JSON, AMF",
"exportTilesAllowed": false,
"maxRecordCount": 100,
"maxImageHeight": 4096,
"maxImageWidth": 4096,
"supportedExtensions": "KmlServer"
}
}
],
"title": "Topographic"
},
"defaultDevBasemap": {
"baseMapLayers": [
{
"id": "World_Hillshade_2559",
"layerType": "ArcGISTiledMapServiceLayer",
"url": "https://ibasemaps-api.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer",
"visibility": true,
"opacity": 1,
"title": "World Hillshade"
},
{
"id": "VectorTile_9568",
"type": "VectorTileLayer",
"layerType": "VectorTileLayer",
"title": "World Topographic Map",
"styleUrl": "https://cdn.arcgis.com/sharing/rest/content/items/42df0d22517e49ad84edcee4c093857d/resources/styles/root.json",
"visibility": true,
"opacity": 1
}
],
"title": "Topographic"
},
"defaultExtent": {
"xmin": -18000000,
"ymin": -12000000,
"xmax": 18000000,
"ymax": 16000000,
"spatialReference": {
"wkid": 102100
}
},
"defaultUserCreditAssignment": -1,
"defaultVectorBasemap": {
"baseMapLayers": [
{
"id": "World_Hillshade_3805",
"layerType": "ArcGISTiledMapServiceLayer",
"url": "https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer",
"visibility": true,
"opacity": 1,
"title": "World Hillshade"
},
{
"id": "VectorTile_2333",
"type": "VectorTileLayer",
"layerType": "VectorTileLayer",
"title": "World Topographic Map",
"styleUrl": "https://cdn.arcgis.com/sharing/rest/content/items/7dc6cea0b1764a1f9af2e679f642f0f5/resources/styles/root.json",
"visibility": true,
"opacity": 1
}
],
"title": "Topographic"
},
"description": null,
"devBasemapGalleryGroupQuery": "title:\"World Basemaps for Developers\" AND owner:esri",
"eueiEnabled": false,
"featuredGroups": [
{
"owner": "esri_en",
"title": "Web Application Templates"
},
{
"owner": "esri",
"title": "Esri vector basemaps"
},
{
"owner": "esri_livefeeds",
"title": "Live Feeds"
},
{
"owner": "esri_imagery",
"title": "Wayback imagery"
}
],
"featuredItemsGroupQuery": "",
"galleryTemplatesGroupQuery": "title:\"Gallery Templates\" AND owner:esri_en",
"hasCategorySchema": false,
"hasMemberCategorySchema": false,
"helpBase": "https://doc.arcgis.com/en/arcgis-online/",
"helperServices": {
"geocode": [
{
"url": "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer",
"northLat": "Ymax",
"southLat": "Ymin",
"eastLon": "Xmax",
"westLon": "Xmin",
"name": "ArcGIS World Geocoding Service",
"batch": true,
"placefinding": true,
"suggest": true
}
],
"defaultElevationLayers": [
{
"url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",
"id": "globalElevation",
"layerType": "ArcGISTiledElevationServiceLayer"
}
],
"route": {
"url": "https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"geometry": {
"url": "https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer"
},
"printTask": {
"url": "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task"
},
"closestFacility": {
"url": "https://route.arcgis.com/arcgis/rest/services/World/ClosestFacility/NAServer/ClosestFacility_World",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"asyncClosestFacility": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/ClosestFacility/GPServer/FindClosestFacilities",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"traffic": {
"url": "https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer"
},
"trafficData": {
"url": "https://traffic.arcgis.com/arcgis/rest/services/World/TrafficFeeds/GPServer"
},
"serviceArea": {
"url": "https://route.arcgis.com/arcgis/rest/services/World/ServiceAreas/NAServer/ServiceArea_World",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"asyncServiceArea": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/ServiceAreas/GPServer/GenerateServiceAreas",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"syncVRP": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblemSync/GPServer/EditVehicleRoutingProblem",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"asyncVRP": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblem/GPServer/SolveVehicleRoutingProblem",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"asyncLocationAllocation": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/LocationAllocation/GPServer",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"elevation": {
"url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/Elevation/GPServer"
},
"hydrology": {
"url": "https://hydro.arcgis.com/arcgis/rest/services/Tools/Hydrology/GPServer"
},
"elevationSync": {
"url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer"
},
"asyncRoute": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/Route/GPServer",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"routingUtilities": {
"url": "https://route.arcgis.com/arcgis/rest/services/World/Utilities/GPServer"
},
"asyncODCostMatrix": {
"url": "https://logistics.arcgis.com/arcgis/rest/services/World/OriginDestinationCostMatrix/GPServer",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"odCostMatrix": {
"url": "https://route.arcgis.com/arcgis/rest/services/World/OriginDestinationCostMatrix/NAServer/OriginDestinationCostMatrix_World",
"defaultTravelMode": "FEgifRtFndKNcJMJ"
},
"packaging": {
"url": "https://packaging.arcgis.com/arcgis/rest/services/OfflinePackaging/GPServer",
"maxMapAreaItemsLimit": 16,
"exportTilesMap": [
{
"source": "https://services.arcgisonline.com",
"export": "https://tiledbasemaps.arcgis.com"
},
{
"source": "https://basemaps-api.arcgis.com",
"export": "https://basemaps.arcgis.com"
},
{
"source": "https://ibasemaps-api.arcgis.com",
"export": "https://tiledbasemaps.arcgis.com"
}
]
},
"symbols": {
"url": "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/Symbols/SymbolServer"
},
"orthomappingElevation": {
"url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"
},
"workflowManager": {
"url": "https://workflow.arcgis.com"
},
"analysis": {
"url": "https://analysis2.arcgis.com/arcgis/rest/services/tasks/GPServer"
},
"geoenrichment": {
"url": "https://geoenrich.arcgis.com/arcgis/rest/services/World/GeoenrichmentServer"
},
"asyncGeocode": {
"url": "https://analysis2.arcgis.com/arcgis/rest/services/tasks/GPServer"
},
"creditEstimation": {
"url": "https://analysis2.arcgis.com/arcgis/rest/services/Estimate/GPServer"
},
"rasterAnalytics": {
"url": "https://rasteranalysis2.arcgis.com/arcgis/rest/services/RasterAnalysisTools/GPServer"
},
"rasterUtilities": {
"url": "https://rasteranalysis2.arcgis.com/arcgis/rest/services/Utilities/RasterUtilities/GPServer"
},
"geoanalytics": {
"url": "https://geoanalytics2.arcgis.com/arcgis/rest/services/GeoAnalyticsTools/GPServer"
},
"datastoreManagement": {
"url": "https://datastoremanagement2.arcgis.com"
},
"dataPipelines": {
"url": "https://datapipelinesservices2.arcgis.com"
}
},
"homePageFeaturedContent": "",
"homePageFeaturedContentCount": 12,
"id": "ABCD12345abcd1234",
"inactivityTimeout": 0,
"isPortal": false,
"isVerified": false,
"layerTemplatesGroupQuery": "title:\"Esri Layer Templates\" AND owner:esri_en",
"livingAtlasGroupQuery": "title:\"LAW Search\" AND owner:Esri_LivingAtlas",
"maxTokenExpirationMinutes": -1,
"metadataEditable": false,
"metadataFormats": [],
"modified": 1704235932000,
"name": "My Account",
"notificationsEnabled": false,
"portalHostname": "www.arcgis.com",
"portalMode": "multitenant",
"portalName": "ArcGIS Online",
"portalProperties": {
"homePage": "modern"
},
"portalThumbnail": null,
"rasterFunctionTemplatesGroupQuery": "title:\"Raster Function Templates\" AND owner:esri_en",
"region": "WO",
"rotatorPanels": "",
"staticImagesUrl": "https://static.arcgis.com/images",
"storageQuota": 2199023255552,
"storageUsage": 144000,
"stylesGroupQuery": "title:\"Esri Styles\" AND owner:esri_en",
"supportsHostedServices": true,
"symbolSetsGroupQuery": "title:\"Esri Symbols\" AND owner:esri_en",
"templatesGroupQuery": "title:\"Web Application Templates\" AND owner:esri_en",
"thumbnail": null,
"updateUserProfileDisabled": false,
"urlKey": "PrrjOtcUf5ZeoYjg",
"use3dBasemaps": true,
"useStandardizedQuery": true,
"useVectorBasemaps": true,
"vectorBasemapGalleryGroupQuery": "title:\"ArcGIS Online Vector Basemaps\" AND owner:esri_en",
"subscriptionInfo": {
"id": "7318142099",
"type": "Developer Subscription",
"state": "active",
"expDate": 1706857199000,
"userLicenseTypes": {
"creatorUT": 1
},
"maxUsersPerLevel": {
"2": 1
},
"maxUsers": 1,
"availableCredits": 999999,
"collaborationSettings": {
"level": "4",
"maxItemSizeInMB": 1024,
"maxReplicationPackageSizeInMB": 5120
}
},
"ipCntryCode": "US",
"httpPort": 80,
"httpsPort": 443,
"supportsOAuth": true,
"currentVersion": "2023.3",
"allowedOrigins": [],
"mfaAdmins": [],
"allowedExternalLinks": [],
"mfaEnabled": false,
"contacts": [
"AnOwner"
],
"user": {
"username": "AnOwner",
"udn": null,
"id": "df8ba874108b4799bf22abec19a6537d",
"fullName": "John Doe",
"categories": [],
"emailStatus": "notverified",
"firstName": "John",
"lastName": "Doe",
"preferredView": null,
"description": null,
"email": "example@email.com",
"userType": "both",
"idpUsername": null,
"favGroupId": "f2744577b9f84748aa95cb73601cba62",
"lastLogin": 1706742299000,
"mfaEnabled": false,
"mfaEnforcementExempt": false,
"storageUsage": 144000,
"storageQuota": 2199023255552,
"orgId": "ABCD12345abcd1234",
"role": "org_admin",
"privileges": [
"features:user:edit",
"features:user:fullEdit",
"features:user:manageVersions",
"marketplace:admin:manage",
"marketplace:admin:purchase",
"marketplace:admin:startTrial",
"opendata:user:designateGroup",
"opendata:user:openDataAdmin",
"portal:admin:assignToGroups",
"portal:admin:categorizeItems",
"portal:admin:changeUserRoles",
"portal:admin:createGPWebhook",
"portal:admin:createReports",
"portal:admin:createUpdateCapableGroup",
"portal:admin:deleteGroups",
"portal:admin:deleteItems",
"portal:admin:deleteUsers",
"portal:admin:disableUsers",
"portal:admin:inviteUsers",
"portal:admin:manageCollaborations",
"portal:admin:manageCredits",
"portal:admin:manageEnterpriseGroups",
"portal:admin:manageLicenses",
"portal:admin:manageRoles",
"portal:admin:manageSecurity",
"portal:admin:manageServers",
"portal:admin:manageUtilityServices",
"portal:admin:manageWebhooks",
"portal:admin:manageWebsite",
"portal:admin:reassignGroups",
"portal:admin:reassignItems",
"portal:admin:reassignUsers",
"portal:admin:shareToGroup",
"portal:admin:shareToOrg",
"portal:admin:shareToPublic",
"portal:admin:updateGroups",
"portal:admin:updateItemCategorySchema",
"portal:admin:updateItems",
"portal:admin:updateMemberCategorySchema",
"portal:admin:updateUsers",
"portal:admin:viewGroups",
"portal:admin:viewItems",
"portal:admin:viewUsers",
"portal:publisher:bulkPublishFromDataStores",
"portal:publisher:createDataPipelines",
"portal:publisher:createFeatureWebhook",
"portal:publisher:publishBigDataAnalytics",
"portal:publisher:publishDynamicImagery",
"portal:publisher:publishFeatures",
"portal:publisher:publishFeeds",
"portal:publisher:publishKnowledgeGraph",
"portal:publisher:publishLivestreamVideo",
"portal:publisher:publishRealTimeAnalytics",
"portal:publisher:publishScenes",
"portal:publisher:publishServerGPServices",
"portal:publisher:publishServerServices",
"portal:publisher:publishTiledImagery",
"portal:publisher:publishTiles",
"portal:publisher:publishVideo",
"portal:publisher:registerDataStores",
"portal:user:addExternalMembersToGroup",
"portal:user:categorizeItems",
"portal:user:createGroup",
"portal:user:createItem",
"portal:user:invitePartneredCollaborationMembers",
"portal:user:joinGroup",
"portal:user:joinNonOrgGroup",
"portal:user:reassignItems",
"portal:user:receiveItems",
"portal:user:runWebTool",
"portal:user:shareGroupToOrg",
"portal:user:shareGroupToPublic",
"portal:user:shareToGroup",
"portal:user:shareToOrg",
"portal:user:shareToPublic",
"portal:user:viewHostedFeatureServices",
"portal:user:viewHostedTileServices",
"portal:user:viewOrgGroups",
"portal:user:viewOrgItems",
"portal:user:viewOrgUsers",
"portal:user:viewTracks",
"premium:publisher:createAdvancedNotebooks",
"premium:publisher:createNotebooks",
"premium:publisher:geoanalytics",
"premium:publisher:rasteranalysis",
"premium:publisher:scheduleNotebooks",
"premium:user:basemaps",
"premium:user:elevation",
"premium:user:featurereport",
"premium:user:geocode",
"premium:user:geocode:temporary",
"premium:user:networkanalysis",
"premium:user:networkanalysis:routing",
"premium:user:networkanalysis:servicearea",
"premium:user:places"
],
"level": "2",
"userLicenseTypeId": "creatorUT",
"disabled": false,
"tags": [],
"culture": null,
"cultureFormat": null,
"region": "WO",
"units": null,
"thumbnail": null,
"access": "org",
"created": 1691507214000,
"modified": 1704216184000,
"provider": "arcgis"
},
"appInfo": {
"appId": "pBWL47aEeUmZ1234",
"itemId": "5c4fa64ae0af49b8adeb880df45c1234",
"appOwner": "AnOwner",
"orgId": "ABCD12345abcd1234",
"appTitle": "Prismatic",
"privileges": [
"premium:user:basemaps",
"premium:user:elevation",
"premium:user:geocode",
"premium:user:geocode:temporary",
"premium:user:networkanalysis",
"premium:user:networkanalysis:routing",
"premium:user:networkanalysis:servicearea",
"premium:user:places"
]
}
}
}

Get Feature Service URL

Get the URL of a feature service in the portal by owner. Defaults to the current user. | key: getFeatureServiceUrl

Output Example Payload

{
"data": "https://services2.arcgis.com/ABCD12345abcd1234/arcgis/rest/services/Search_location_layer/FeatureServer"
}

Get Layer ID

Get a layer ID from a hosted feature service (can get multiple layers if they have the same name). | key: getLayerId

Output Example Payload

{
"data": [
{
"id": 0,
"name": "Layer_1"
}
]
}

List Feature Services

List all feature services in the portal by owner. Defaults to the current user. | key: listFeatureServices

Output Example Payload

{
"data": {
"total": 3,
"start": 1,
"num": 10,
"nextStart": -1,
"results": [
{
"id": "89d7c5f2d82b4e5dbf88d248011a1234",
"owner": "AnOwner",
"created": 1706260469000,
"isOrgItem": true,
"modified": 1706260487000,
"guid": null,
"name": "Test",
"title": "Test",
"type": "Feature Service",
"typeKeywords": [
"ArcGIS Server",
"Data",
"Feature Access",
"Feature Service",
"Multilayer",
"Service",
"Hosted Service"
],
"description": null,
"tags": [],
"snippet": null,
"thumbnail": "thumbnail/ago_downloaded.png",
"documentation": null,
"extent": [
[
-18000000,
-12000000
],
[
18000000,
16000000
]
],
"categories": [],
"spatialReference": "102100",
"accessInformation": null,
"classification": null,
"licenseInfo": null,
"culture": "",
"properties": null,
"advancedSettings": null,
"url": "https://services2.arcgis.com/ABCD12345abcd1234/arcgis/rest/services/Test/FeatureServer",
"proxyFilter": null,
"access": "private",
"size": -1,
"subInfo": 0,
"appCategories": [],
"industries": [],
"languages": [],
"largeThumbnail": null,
"banner": null,
"screenshots": [],
"listed": false,
"ownerFolder": null,
"protected": false,
"numComments": 0,
"numRatings": 0,
"avgRating": 0,
"numViews": 4,
"scoreCompleteness": 16,
"groupDesignations": null,
"tokenExpirationDate": -1,
"token2ExpirationDate": -1,
"lastViewed": 1706259600000
},
{
"id": "9a6c4ffffa8341619081987680351234",
"owner": "AnOwner",
"created": 1706155357000,
"isOrgItem": true,
"modified": 1706642888000,
"guid": null,
"name": "ExampleLayers",
"title": "ExampleLayers",
"type": "Feature Service",
"typeKeywords": [
"ArcGIS Server",
"Data",
"Feature Access",
"Feature Service",
"Multilayer",
"Service",
"Hosted Service"
],
"description": null,
"tags": [],
"snippet": null,
"thumbnail": "thumbnail/ago_downloaded.png",
"documentation": null,
"extent": [
[
-134.74729261792592,
23.56096242376989
],
[
-55.69554761540939,
50.309217030288835
]
],
"categories": [],
"spatialReference": null,
"accessInformation": null,
"classification": null,
"licenseInfo": null,
"culture": "",
"properties": null,
"advancedSettings": null,
"url": "https://services2.arcgis.com/ABCD12345abcd1234/arcgis/rest/services/ExampleLayers/FeatureServer",
"proxyFilter": null,
"access": "private",
"size": -1,
"subInfo": 0,
"appCategories": [],
"industries": [],
"languages": [],
"largeThumbnail": null,
"banner": null,
"screenshots": [],
"listed": false,
"ownerFolder": null,
"protected": false,
"numComments": 0,
"numRatings": 0,
"avgRating": 0,
"numViews": 53,
"scoreCompleteness": 33,
"groupDesignations": null,
"tokenExpirationDate": -1,
"token2ExpirationDate": -1,
"lastViewed": 1706652000000
},
{
"id": "fbbffb061d0242a1bb0c71a712ae6716",
"owner": "AnOwner",
"created": 1706304112000,
"isOrgItem": true,
"modified": 1706304125000,
"guid": null,
"name": "Search_location_layer",
"title": "Search_location_layer",
"type": "Feature Service",
"typeKeywords": [
"ArcGIS Server",
"Data",
"Feature Access",
"Feature Service",
"Service",
"Singlelayer",
"Hosted Service"
],
"description": null,
"tags": [],
"snippet": null,
"thumbnail": "thumbnail/ago_downloaded.png",
"documentation": null,
"extent": [
[
-18000000,
-12000000
],
[
18000000,
16000000
]
],
"categories": [],
"spatialReference": "102100",
"accessInformation": null,
"classification": null,
"licenseInfo": null,
"culture": "",
"properties": null,
"advancedSettings": null,
"url": "https://services2.arcgis.com/ABCD12345abcd1234/arcgis/rest/services/Search_location_layer/FeatureServer",
"proxyFilter": null,
"access": "private",
"size": -1,
"subInfo": 0,
"appCategories": [],
"industries": [],
"languages": [],
"largeThumbnail": null,
"banner": null,
"screenshots": [],
"listed": false,
"ownerFolder": null,
"protected": false,
"numComments": 0,
"numRatings": 0,
"avgRating": 0,
"numViews": 21,
"scoreCompleteness": 33,
"groupDesignations": null,
"tokenExpirationDate": -1,
"token2ExpirationDate": -1,
"lastViewed": 1706644800000
}
]
}
}

List Layers and Tables

Get all layers and tables from a hosted feature service. | key: getAllLayersAndTables

Output Example Payload

{
"data": {
"layers": [
{
"currentVersion": 11.2,
"id": 0,
"name": "layer_name",
"type": "Feature Layer",
"serviceItemId": "9a6c4ffffa8341619081987680351bee",
"displayField": "",
"description": "",
"copyrightText": "",
"defaultVisibility": true,
"editingInfo": {
"lastEditDate": 1706742514371,
"schemaLastEditDate": 1706265068599,
"dataLastEditDate": 1706742514371
},
"relationships": [],
"isDataVersioned": false,
"hasContingentValuesDefinition": false,
"supportsAppend": true,
"supportsCalculate": true,
"supportsASyncCalculate": true,
"supportsTruncate": false,
"supportsAttachmentsByUploadId": true,
"supportsAttachmentsResizing": true,
"supportsRollbackOnFailureParameter": true,
"supportsStatistics": true,
"supportsExceedsLimitStatistics": true,
"supportsAdvancedQueries": true,
"supportsValidateSql": true,
"supportsCoordinatesQuantization": true,
"supportsLayerOverrides": true,
"supportsTilesAndBasicQueriesMode": true,
"supportsFieldDescriptionProperty": true,
"supportsQuantizationEditMode": true,
"supportsApplyEditsWithGlobalIds": false,
"supportsReturningQueryGeometry": true,
"advancedQueryCapabilities": {
"supportsPagination": true,
"supportsQueryAttachmentsCountOnly": true,
"supportsPaginationOnAggregatedQueries": true,
"supportsQueryRelatedPagination": true,
"supportsQueryWithDistance": true,
"supportsReturningQueryExtent": true,
"supportsStatistics": true,
"supportsOrderBy": true,
"supportsDistinct": true,
"supportsQueryWithResultType": true,
"supportsSqlExpression": true,
"supportsAdvancedQueryRelated": true,
"supportsCountDistinct": true,
"supportsPercentileStatistics": true,
"supportsSpatialAggregationStatistics": true,
"supportedSpatialAggregationStatistics": [
"EnvelopeAggregate",
"CentroidAggregate",
"ConvexHullAggregate"
],
"supportsQueryAttachments": true,
"supportsLod": true,
"supportsQueryWithLodSR": false,
"supportedLodTypes": [
"geohash"
],
"supportsReturningGeometryCentroid": false,
"supportsReturningGeometryEnvelope": true,
"supportsQueryWithDatumTransformation": true,
"supportsCurrentUserQueries": true,
"supportsHavingClause": true,
"supportsOutFieldSQLExpression": true,
"supportsMaxRecordCountFactor": true,
"supportsTopFeaturesQuery": true,
"supportsDisjointSpatialRel": true,
"supportsQueryWithCacheHint": true,
"supportedOperationsWithCacheHint": [
"query",
"queryTopFilter",
"queryAnalytics",
"queryAttachments",
"queryRelated"
],
"supportsQueryAttachmentsWithReturnUrl": true,
"supportsQueryAnalytic": true,
"supportsDefaultSR": true,
"supportsFullTextSearch": true
},
"advancedQueryAnalyticCapabilities": {
"supportsLinearRegression": true,
"supportsAsync": true,
"supportsPercentileAnalytic": true
},
"advancedEditingCapabilities": {
"supportedSqlFormatsInCalculate": [
"standard"
],
"supportsAsyncApplyEdits": true,
"supportsReturnEditResults": true,
"supportsApplyEditsbyUploadID": true,
"supportedApplyEditsUploadIDFormats": "JSON"
},
"infoInEstimates": [
"extent",
"count"
],
"useStandardizedQueries": true,
"geometryType": "esriGeometryPoint",
"minScale": 73957191,
"maxScale": 0,
"extent": {
"xmin": -134.74729261792592,
"ymin": 23.56096242376989,
"xmax": -55.69554761540939,
"ymax": 50.309217030288835,
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
}
},
"drawingInfo": {
"transparency": 0,
"labelingInfo": null,
"renderer": {
"type": "simple",
"symbol": {
"color": [
20,
158,
206,
130
],
"size": 18,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"type": "esriSMS",
"style": "esriSMSCircle",
"outline": {
"color": [
255,
255,
255,
220
],
"width": 2.25,
"type": "esriSLS",
"style": "esriSLSSolid"
}
}
}
},
"allowGeometryUpdates": true,
"hasAttachments": true,
"attachmentProperties": [
{
"name": "id",
"fieldName": "ATTACHMENTID",
"isEnabled": true
},
{
"name": "globalId",
"fieldName": "AttachmentGlobalID",
"isEnabled": true
},
{
"name": "name",
"fieldName": "ATT_NAME",
"isEnabled": true
},
{
"name": "size",
"fieldName": "DATA_SIZE",
"isEnabled": true
},
{
"name": "contentType",
"fieldName": "CONTENT_TYPE",
"isEnabled": true
},
{
"name": "keywords",
"fieldName": "Keywords",
"isEnabled": true
},
{
"name": "exifInfo",
"fieldName": "ExifInfo",
"isEnabled": true
}
],
"htmlPopupType": "esriServerHTMLPopupTypeNone",
"hasM": false,
"hasZ": false,
"objectIdField": "OBJECTID",
"uniqueIdField": {
"name": "OBJECTID",
"isSystemMaintained": true
},
"globalIdField": "",
"typeIdField": "",
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "OBJECTID",
"sqlType": "sqlTypeOther",
"nullable": false,
"editable": false,
"domain": null,
"defaultValue": null
},
{
"name": "id",
"type": "esriFieldTypeInteger",
"alias": "id",
"sqlType": "sqlTypeInteger",
"nullable": true,
"editable": true,
"domain": null,
"defaultValue": null
},
{
"name": "name",
"type": "esriFieldTypeString",
"alias": "name",
"sqlType": "sqlTypeNVarchar",
"length": 256,
"nullable": true,
"editable": true,
"domain": null,
"defaultValue": null
},
{
"name": "rating",
"type": "esriFieldTypeString",
"alias": "rating",
"sqlType": "sqlTypeNVarchar",
"length": 256,
"nullable": true,
"editable": true,
"domain": null,
"defaultValue": null
}
],
"indexes": [
{
"name": "Prismatic_Layers_MY_POINTS_Shape_sidx",
"fields": "Shape",
"isAscending": true,
"isUnique": false,
"description": "Shape Index",
"indexType": "Spatial"
},
{
"name": "PK__Prismati__F4B70D85EF1C08A2",
"fields": "OBJECTID",
"isAscending": true,
"isUnique": true,
"description": "clustered, unique, primary key",
"indexType": "Attribute"
}
],
"dateFieldsTimeReference": {
"timeZone": "UTC",
"respectsDaylightSaving": false
},
"preferredTimeReference": null,
"types": [],
"templates": [
{
"name": "New Feature",
"description": "",
"drawingTool": "esriFeatureEditToolPoint",
"prototype": {
"attributes": {
"id": null,
"name": null,
"rating": null
}
}
}
],
"supportedQueryFormats": "JSON, geoJSON, PBF",
"supportedAppendFormats": "sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel,jsonl,imageCollection",
"supportedExportFormats": "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
"supportedSpatialRelationships": [
"esriSpatialRelIntersects",
"esriSpatialRelContains",
"esriSpatialRelCrosses",
"esriSpatialRelEnvelopeIntersects",
"esriSpatialRelIndexIntersects",
"esriSpatialRelOverlaps",
"esriSpatialRelTouches",
"esriSpatialRelWithin",
"esriSpatialRelDisjoint",
"esriSpatialRelRelation"
],
"supportedContingentValuesFormats": "JSON, PBF",
"supportedSyncDataOptions": 4,
"hasStaticData": false,
"maxRecordCount": 10000,
"standardMaxRecordCount": 32000,
"standardMaxRecordCountNoGeometry": 32000,
"tileMaxRecordCount": 8000,
"maxRecordCountFactor": 1,
"capabilities": "Create,Delete,Query,Update,Editing"
}
],
"tables": []
}
}

Raw Request

Send raw HTTP request to an ArcGIS API endpoint. This action will append the OAuth2 token to the request headers. The token's validity is contingent upon the connection configuration. Please ensure that the token is compatible with the API you intend to connect to. | key: rawRequest


Search Items

Search items in the portal. | key: searchItems

Output Example Payload

{
"data": {
"total": 10000,
"start": 1,
"num": 1,
"nextStart": 2,
"results": [
{
"id": "30e7dfdf98b84b8188d0af1a361e6e1c",
"owner": "MRA_Admin",
"created": 1518371873000,
"modified": 1645568035000,
"guid": null,
"name": "MRA_Mission_Data_2018_Public",
"title": "MRA Missions Public Layer - 2018 1e6e1c",
"type": "Feature Service",
"typeKeywords": [
"ArcGIS Server",
"Data",
"Feature Access",
"Feature Service",
"Multilayer",
"Service",
"Hosted Service",
"View Service"
],
"description": "<div>HTML description</div>",
"tags": [
"MRA",
"2018",
"Mission Data",
"Incident Data",
"Layer",
"Public",
"1e6e1c"
],
"snippet": "This is the MRA Mission Data feature layer view for sharing with the Public (View Only). Not all fields are visible.",
"thumbnail": "thumbnail/thumbnail.png",
"documentation": null,
"extent": [
[
-167.827,
20.427
],
[
-58.14,
71.897
]
],
"categories": [],
"spatialReference": null,
"accessInformation": "Caroline Rose, Paul Doherty, Mark Johnson",
"classification": null,
"licenseInfo": "<div>HTML license info</div>",
"culture": "en-us",
"properties": null,
"advancedSettings": null,
"url": "https://services2.arcgis.com/4VBZFeVR0gsH1234/arcgis/rest/services/MRA_Mission_Data_2018_Public/FeatureServer",
"proxyFilter": null,
"access": "public",
"size": -1,
"subInfo": 0,
"appCategories": [],
"industries": [],
"languages": [],
"largeThumbnail": null,
"banner": null,
"screenshots": [],
"listed": false,
"numComments": 0,
"numRatings": 0,
"avgRating": 0,
"numViews": 28348,
"scoreCompleteness": 96,
"groupDesignations": null,
"tokenExpirationDate": -1,
"token2ExpirationDate": -1,
"lastViewed": 1706720400000
}
]
}
}