Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Esri Developer
  • Reference

Common parameters

Parameters common to all operations

The parameters listed in the following table are common to all REST API operations, unless otherwise noted:

ParameterDetails

token

Token to access authenticated resource.

Generated by thegenerateToken call, an access token that identifies the authenticated user and controls access to restricted
resources and operations.

Example

Use dark colors for code blocksCopy
1token=sRLRIZKu6JxQRC2XVLwgbHMGLsRIFrpA1yEhgUX36_tGpKmtk4fNSrYxleaWxHPJ

f

The output format can be HTML, JSON, or PJSON. The default is HTML.Search anditem comments support RSS as an output format.

Values:html |json |pjson

callback

Callback is used for JavaScript clients that need a response.

Example

Use dark colors for code blocksCopy
12https://www.arcgis.com/sharing/rest/community/users/jsmith/notifications?f=json&token=<token>&callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback

Response

Use dark colors for code blocksCopy
1dojo.io.script.jsonp_dojoIoScript1._jsonpCallback({"notifications":[]});

Item parameters

Item parameters correspond to properties of an item that are available to update on the Add Item and Update Item operations.

ParameterDetails

title

The title of the item. This is the only name that users and applications use for the item. There is no concept of display names or aliases in the ArcGIS Portal Directory REST API.

Example

Use dark colors for code blocksCopy
1title=Landmarks

thumbnail

Enter the path to the thumbnail image to be used for the item. For best results, images that are 600 pixels wide by 400 pixels high or larger with an aspect ratio of 1.5:1 are recommended. Supported file formats are PNG, GIF, and JPEG with a maximum file size of 10 MB. This will not be a reference to the file but the file itself that is stored on the sharing servers.

Item thumbnails can be retrieved at different dimensions by specifying a URL parameterw for the desired image width:

Use dark colors for code blocksCopy
12https://www.arcgis.com/sharing/rest/content/items/[itemid]/  info/thumbnail/thumbnail.png?w=400

Supported retrievable thumbnail widths for items are 200 pixels (default), 400 pixels, 800 pixels, and 2400 pixels, with an aspect ratio of 1.5:1. Other specified sizes will be snapped to the next highest supported dimension for query. If the original image dimension is smaller than the size queried, the original image will be returned.

Example

Use dark colors for code blocksCopy
1thumbnail=subfolder/thumbnail.jpg

thumbnailurl

Enter the URL to the thumbnail image to be used for the item. The recommended image size is 200 pixels wide by 133 pixels high. Acceptable image formats are PNG, GIF, and JPEG. The maximum file size for an image is 1 MB.

Example

Use dark colors for code blocksCopy
1thumbnailurl=https://server/arcgis/subfolder/thumbnail.jpg

metadata

The file that stores the metadata information on an item. It's stored in the metadata folder under esriinfo, for example,/sharing/rest/content/items/<itemid>/info/metadata/metadata.xml.

Example

Use dark colors for code blocksCopy
1metadata=metadata.xml

metadataEditable

Indicates if the administrator enabled editing metadata on the item pages, for the organization.

Iftrue, all members of the organization can edit metadata on the item pages. Only item owners and administrators can update metadata. Iffalse, no one in the organization can edit the metadata on the item pages.

Values:true |false

metadataFormats

Metadata style used for organization. Default isiso19139. For new organizations created after July 2025, the default isdcplus.

Values:fgdc |inspire |iso19139 |iso19139-3.2 |nap |iso19115-3 |dcplus

type

(Required)

The type of the item. Must be drawn from the list of supported types. SeeItems and item types for a list of the supported types.

Note

The parameter is not applicable to theUpdate Item operation.

Example

Use dark colors for code blocksCopy
1type=Web Mapping Application

typeKeywords

Type keywords describe the type and should logically apply to all items of that type. SeeItems and item types for a list of the different predefined type keywords that will be automatically added based on the supplied type. Use this parameter only if you want to add additional type keywords.typeKeywords can be applied to any type of item, in addition to hosted feature services.

Syntax

Use dark colors for code blocksCopy
1typeKeywords=<keyword1>,<keyword2>

Example

Use dark colors for code blocksCopy
1typeKeywords=Static

description

An item description less than 64 Kb.

Example

Use dark colors for code blocksCopy
1description=This application represents point locations within the United States.

tags

Tags are words or short phrases that describe the specific item. Separate with commas.

Syntax

Use dark colors for code blocksCopy
1tags=<tag1>,<tag2>

Example

Use dark colors for code blocksCopy
1tags=landmarks, United States, Canada

snippet

Snippet or summary for the item. Limit this brief descriptive text to 2048 characters.

Example

Use dark colors for code blocksCopy
1snippet=Landmarks in United States and Canada.

extent

The bounding rectangle of the item.

Syntax

Use dark colors for code blocksCopy
1extent=<xmin>,<ymin>,<xmax>,<ymax>

Example

Use dark colors for code blocksCopy
1extent=-110.05, 44.13, -110, 44.98

spatialReference

The coordinate system of the item.

Example

Use dark colors for code blocksCopy
1spatialReference=GCS_North_American_1983
Note

If the extent of the data can be reprojected, the spatialReference should always be WGS84. Otherwise, native projection can be used. This applies even if the data or layer is in another projection. WGS84 is recommended when possible.

The coordinate system should always be WKID. WKT can be used only if WKID is not available.

accessInformation

Credits the source of the item.

Example

Use dark colors for code blocksCopy
1accessInformation=Copyright:© 2008 ESRI, AND, TANA, ESRI Japan, UNEP-WCMC

licenseInfo

Includes any license information or restrictions.

Example

Use dark colors for code blocksCopy
12licenseInfo=This work is licensed under a Creative Commons Attribution-  Noncommercial-Share Alike 3.0 United States License

culture

The item locale (language and country) information.

When adding a new item, the following apply:

  • If the item is a package, theculture parameter on the ESRI_ItemInformation tag is read and used if available.
  • If the user provides aculture property to the addItem call, this is used (and overwrites what's in the package if present).
  • If the culture is not specified by the user or provided in a package, the culture is set using the Accept-Language HTTP header sent by the browser.
  • If the browser does not provide a locale, no default is set. The record will have no locale, and it will not be indexed under a certain language or country.

When updating an item, the following apply:

  • If the user provides aculture property to updateItem, it will be used to update theculture parameter.
  • For an update, the browser locale will not be taken into consideration.

The format for a culture code is based on a language code and a country code separated by a dash:

properties

A JSON object that primarily applies to system requirements, terms and conditions, version, supported platforms, YouTube video ID, and so on associated with the application.

appCategories

An array that primarily applies to a list of categories that the application item is applicable to.

industries

An array that primarily applies to industries associated with the application.

languages

An array that primarily applies to languages associated with the application.

largeThumbnail

Primarily applies to the thumbnail associated with an application. This is the URL to the thumbnail used for the application.

banner

Primarily applies to the banner associated with an application. This is the URL to the banner used for the application.

screenshot

An array that primarily applies to screenshots associated with an application. This is the URL to the screenshots used for the application.

listingProperties

A JSON object consists of listing properties when the item is listed in ArcGIS Marketplace. For detailed syntax and properties, seeListing properties.

serviceUsername

Sets the username on a secure on-premises ArcGIS Server service. It is valid on map services, feature services, and image services only.

Example

Use dark colors for code blocksCopy
1serviceUsername=myuser1

servicePassword

Sets the password on a secure on-premises ArcGIS Server service. It is valid on map services, feature services, and image services only.

Example

Use dark colors for code blocksCopy
1servicePassword=mypassword1

serviceProxyFilter

A JSON object withcategory,sourceCountry, andsearchExtent properties that is used to restrict service item response results based on a specified filter, for example, limit results returned from a geocode service based on defined filters.

This is only applicable toGeocoding Service type items. The three properties can be used independently or in any combination, and they are applied as a BooleanAND operator when used in combination.

  • category—A comma-delimited list of one or more categories from the geocoding service.
  • sourceCountry—The 2-digit or 3-digit country code supported by the geocoding service.
  • searchExtent—AJSON envelope object that is used to limit the geocode to a specific search area.

Example

Use dark colors for code blocksCopy
1234567891011121314151617{  "sourceCountry": "USA",  "searchExtent": {    "xmin": -13184700,    "ymin": 3988556,    "xmax": -13004945,    "ymax": 4061479,    "spatialReference": {      "wkid": 102100    }  }}//or{  "category" : "MGRS"}

categories

A JSON array or comma-separated list of categories to add to the item.

Example

Use dark colors for code blocksCopy
12345["/Categories/Basemaps", "/Categories/Transportation"]//or/Categories/Basemaps, /Categories/Transportation

Group parameters

The following parameters represent properties of a group that are available on the Create Group and Update Group operations:

ParameterDetails

title

The group title must be unique for the username, and the character limit is 250.

Example

Use dark colors for code blocksCopy
1title=Redlands Fire Department

description

A description of the group that can be any length.

Example

Use dark colors for code blocksCopy
1description=The Redlands Fire Department is a progressive organization that leads the community in public safety.

typeKeywords

Type keywords describe the type and should logically apply to all items in the group. Use this parameter only if you want to add additional type keywords.

Syntax

Use dark colors for code blocksCopy
1typeKeywords=<keyword1>,<keyword2>

Example

Use dark colors for code blocksCopy
1typeKeywords=transportation

snippet

Snippet or summary of the group that has a character limit of 250 characters.

Example

Use dark colors for code blocksCopy
1snippet=Your source of visual information regarding fire safety in Redlands, California.

tags

Tags are words or short phrases that describe the group. Separate terms with commas.

Example

Use dark colors for code blocksCopy
1tags=fire, Redlands, California, public safety

phone

The group contact information. It can be a combination of letters and numbers. The character limit is 50.

Example

Use dark colors for code blocksCopy
12phone=https://www.ci.redlands.ca.us/fire/index.htm,  35 Cajon Street, Redlands, CA 92373

access

Sets the access level for the group.private is the default. Setting toorg restricts group access to members of your organization. Ifpublic, all users can access the group.

Values:private |org |public

sortField

Sets the sort field for group items.

Values:title |owner |avgrating |numviews |created |modified

sortOrder

Sets sort order for group items.

Values:asc |desc

isViewOnly

Allows the group owner or admin to create view-only groups where members are not able to share items. If members try to share, view-only groups are returned in thenotshared response property. The default isfalse.

Values:true |false

isInvitationOnly

Iftrue, this group will not accept join requests. Iffalse, this group does not require an invitation to join. Only group owners and administrators can invite users to the group. The default isfalse.

Values:true |false

thumbnail

Enter the path to the thumbnail image to be used for the group. For best results, images that are 400 pixels wide by 400 pixels high or larger with an aspect ratio of 1:1 are recommended. Supported file formats are PNG, GIF, and JPEG with a maximum file size of 10 MB. This will not be a reference to the file but the file itself that is stored on the sharing servers.

Group thumbnails can be retrieved at different dimensions by specifying a URL parameterw for the desired image width:

Use dark colors for code blocksCopy
12https://www.arcgis.com/sharing/rest/community/groups/  [groupID]/info/thumbnail.png?w=256

Supported retrievable thumbnail widths for groups are 64 pixels, 128 pixels, 150 pixels (default), and 256 pixels, with an aspect ratio of 1:1. Other specified sizes will be snapped to the next highest supported dimension for query. If the original image dimension is smaller than the size queried, the original image will be returned.

Example

Use dark colors for code blocksCopy
1thumbnail=subfolder/thumbnail.jpg

capabilities

The shared update capability. This is only available to default administrators or custom administrators with thecreateUpdateCapable privilege (set at creation only).

updateItemControl is for a shared update control group anddistributed is for a preexisting group that is part of a distributed collaboration workspace.

Values:updateItemControl |distributed

leavingDisallowed

Only applies to organization accounts. Iftrue, members are not allowed to leave this group. This is only available to default administrators.

Values:true |false

hiddenMembers

Only applies to organization accounts. The default isfalse.

Only the default administrators can change this setting totrue. Oncetrue, the setting cannot be changed back tofalse. Only the group owner, group managers, and default administrators can see all members of the group.

Values:true |false

Note

This applies only to ArcGIS Online organizations.

membershipAccess

Sets the membership access for the group. Setting toorg restricts group access to members of your organization. Setting tocollaboration restricts the membership access to partnered collaboration and your organization members. If nothing is set, any organization will have access.

Values:org |collaboration |none

autoJoin

Only applies to organization accounts. Iftrue, this group will allow joining without requesting membership approval. The default isfalse.

User parameters

User parameters represent the properties of a user that are available on the Update User operation.

ParameterDetails

access

Determines whether other users can search for this user by name. Setting this toprivate hides the user from user searches and invites. Iforg, only members of your organization can search for this user. Setting this topublic makes the user searchable. The default ispublic.

Values:private |org |public

preferredView

The user can set a preferred view by using this metadata parameter. The default isWeb.

Values:Web |GIS |null

description

A description of the user.

Example

Use dark colors for code blocksCopy
1description=John Smith brings over 15 years of GIS experience in software development.

tags

Tags are words or short phrases that describe the user. Separate terms with commas.

Example

Use dark colors for code blocksCopy
1tags=GIS Analyst, Redlands, cloud GIS

thumbnail

Enter the path to the thumbnail image to be used for the user. For best results, images that are 400 pixels wide by 400 pixels high or larger with an aspect ratio of 1:1 are recommended. Supported file formats are PNG, GIF, and JPEG with a maximum file size of 10 MB. This will not be a reference to the file but the file itself that is stored on the sharing servers.

User thumbnails can be retrieved at different dimensions by specifying a URL parameterw for the desired image width:

Use dark colors for code blocksCopy
1https://<user-url>/info/thumbnail.png?w=200

Supported retrievable thumbnail widths for users are 100 pixels, 150 pixels (default), 200 pixels, and 400 pixels, with an aspect ratio of 1:1. Other specified sizes will be snapped to the next highest supported dimension for query. If the original image dimension is smaller than the size queried, the original image will be returned.

Example

Use dark colors for code blocksCopy
1thumbnail=subfolder/thumbnail.jpg

password

Password for the user. This is only applicable for the ArcGIS identity provider.

Example

Use dark colors for code blocksCopy
1password=pass1

fullname

The full name of the user. This is only applicable for the arcgis identity provider.

Example

Use dark colors for code blocksCopy
1fullname=John Smith

email

The email address of the user. This is only applicable for the arcgis identity provider.

Example

Use dark colors for code blocksCopy
1email=john@foo.com

securityQuestionIdx

The index of the security question the user wants to use. The security question is used for password recovery. This is only applicable for the arcgis identity provider.

Example

Use dark colors for code blocksCopy
1securityQuestionIdx=1

securityAnswer

The answer to the security question for the user. This is only applicable for the arcgis identity provider.

Example

Use dark colors for code blocksCopy
1securityAnswer=myanswer

culture

Specifies the locale for which content is returned. The browser or machine language setting is the default. Authenticated users can set the culture and overwrite the browser or machine language setting.

Example

Use dark colors for code blocksCopy
1culture=fr

cultureFormat

Specifies the user-preferred number and date format according to CLDR. This is only applicable for English and Spanish; in other words,culture isen ores. SeeLanguages for supported formats; it will inherit fromorganizationcultureFormat if undefined.

region

Specifies the region of featured maps and apps and the basemap gallery.

Example

Use dark colors for code blocksCopy
1region=FR

idpUsername

The identity provider username if using enterprise logins.

Example

Use dark colors for code blocksCopy
1idpUsername=jsmith@esri.com

Portal parameters

The following parameters represent the properties of a portal:

ParameterDetails

name

The name of the organization or portal. The character limit is 250.

Example

Use dark colors for code blocksCopy
1name=City of Cloud Creek

access

Determines who can view your organization as an anonymous user. Setting topublic allows anonymous users to access your organization's custom URL. Setting toprivate restricts access to only members of your organization. The default ispublic.

Values:private |public

description

A description of the organization or portal. It can be of any length.

Example

Use dark colors for code blocksCopy
1description=City of Cloud Creek was founded in 1851 and is located on the banks of Cloud Creek.

canSharePublic

Allows members of the organization to share outside the organization. The default istrue.

Values:true |false

canSearchPublic

Allows members of the organization to search outside the organization. The default istrue.

Values:true |false

thumbnail

Enter thekeyAdd Resource containing the thumbnail. Acceptable image formats are PNG, GIF, and JPEG.

Example

Use dark colors for code blocksCopy
1thumbnail=logo.png

urlKey

The prefix that will be used in the URL for this portal, for example,<urlkey>.maps.arcgis.com.

urlHostname

A custom URL for this portal.

Example

Use dark colors for code blocksCopy
1urlHostname=mySite

culture

The default locale (language and country) information. The format for the culture code is based on a language code and a country code separated by a dash:

Example

Use dark colors for code blocksCopy
1culture=en–US

cultureFormat

The preferred number and date format defined according to CLDR (only applicable to English and Spanish, in other words, whenculture isen ores).

SeeLanguages for supported formats.

Example

Use dark colors for code blocksCopy
1cultureFormat=us

featuredItemsGroupQuery

The query that identifies the group containing featured items for the gallery. Set a Group ID or, if null, the most viewed items in your organization are displayed in the gallery.

region

The region of the organization.

portalProperties

Stores properties specific to the organization, for example, the contact us link. If the organization is public, the properties are visible to anonymous users.

units

Sets the units of measure for the organization users. The user default is derived from the organization's region. Set units toenglish for U.S. standards ormetric.

homePageFeaturedContentCount

The number of featured items that can be displayed on the home page up to a maximum of 100, in tntegers only.

homePageFeaturedContent

The group that contains featured content to be displayed on the organization home page.

basemapGalleryGroupQuery

The query that identifies the group containing the web maps that display in the basemap gallery for Map Viewer.

devbasemapGalleryGroupQuery

The query that identifies the group containing the web maps that display in the basemap gallery for Map Viewer for developer subscriptions.

templatesGroupQuery

The query that identifies the template group used in the configurable apps gallery.

layerTemplatesGroupQuery

The query that identifies the group containing editing templates used in Map Viewer.

symbolSetsGroupQuery

The query that identifies the symbol set group for rendering in Map Viewer.

colorSetsGroupQuery

The query that identifies the group containing the color sets used for rendering in Map Viewer.

analysisLayersGroupQuery

The query that identifies the group containing the layers shown in the Analysis Layers gallery for the analysis tools.

featuredGroups

The featured groups for the organization highlighted on the Groups page.

defaultBasemap

The default basemap displayed in Map Viewer.

defaultExtent

The default extent of the organization, used when users create a web map.

Example

Use dark colors for code blocksCopy
12345678910{  "type": "extent",  "xmin": -14999999.999998225,  "ymin": 2699999.9999996624,  "xmax": -6199999.999999268,  "ymax": 6499999.999998959,  "spatialReference": {    "wkid": 102100  }}

rotatorPanels

Custom HTML for the organization home page.

showHomePageDescription

Iftrue, the description of the organization displays on the home page.

Values:true |false

backgroundImage

The background image that displays behind all other components on the home page. Accept the default background image, specify a URL for a custom background image, or specify that no background image displays.

geocodeService

An array of ArcGIS geocode services to use for geosearch and batch geocoding.

Example

Use dark colors for code blocksCopy
12345678910111213141516171819202122[  {    "url": "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer",    "northLat": "Ymax",    "southLat": "Ymin",    "eastLon": "Xmax",    "westLon": "Xmin",    "name": "Esri World Geocoder",    "batch": true,    "placefinding": true,    "suggest": true  },  {    "singleLineFieldName": "SingleLine",    "url": "https://organization.example.com/<context>/rest/services/Locators/serviceName/GeocodeServer",    "name": "Locator Name",    "placeholder": "",    "placefinding": true,    "batch": true,    "zoomScale": 10000  }]

routeServiceLayer

ArcGISNASever service for synchronous route analysis.

Example

Use dark colors for code blocksCopy
12345{"url":"https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World","defaultTravelMode":"FEgifRtFndKNcABC","itemId":"1f49a1890b3d4d9c91ecd341c83e7228"}

geometryService

ArcGISGeometryServer to use for geometry functions.

Example

Use dark colors for code blocksCopy
123{  "url": "https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer"}

elevation3DService

Limited Error Raster Compression (LERC) elevation service used by ArcGIS Pro and Web Scene Viewer.

Example

Use dark colors for code blocksCopy
1234567[  {    "url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",    "id": "globalElevation",    "layerType": "ArcGISTiledElevationServiceLayer"  }]

printServiceTask

ArcGISPrintServer task to use for printing functionality.

Example

Use dark colors for code blocksCopy
1234{  "url": "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer    /ExportWebMapTask"}

closestFacilityService

ArcGISNAServer service for synchronous closest-facility analysis.

Example

Use dark colors for code blocksCopy
123456{"url":"https://route.arcgis.com/arcgis/rest/services/World/ClosestFacility/NAServer    /ClosestFacility_World","defaultTravelMode":"FEgifRtFndKNcABC","itemId":"1f49a1890b3d4d9c91ecd341c83e7228"}

asyncClosestFacilityService

ArcGIS geoprocessing service for asynchronous closest-facility analysis.

Example

Use dark colors for code blocksCopy
123456{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/ClosestFacility/GPServer    /FindClosestFacilities",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

serviceAreaService

ArcGISNAServer service for synchronous service-area analysis.

Example

Use dark colors for code blocksCopy
12345{"url":"https://route.arcgis.com/arcgis/rest/services/World/ServiceAreas/NAServer/ServiceArea_World","defaultTravelMode":"FEgifRtFndKNcABC","itemId":"1f49a1890b3d4d9c91ecd341c83e7228"}

asyncServiceAreaService

ArcGIS geoprocessing service for asynchronous service-area analysis.

Example

Use dark colors for code blocksCopy
123456{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/ServiceAreas/GPServer    /GenerateServiceAreas",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

odCostMatrixService

ArcGIS network service for synchronous origin-destination cost matrix analysis. This was introduced at 10.8.1.

Example

Use dark colors for code blocksCopy
123456{"url":" https://route.arcgis.com/arcgis/rest/services/World/OriginDestinationCostMatrix    /NAServer/OriginDestinationCostMatrix_World","defaultTravelMode":"FEgifRtFndKNcABC","itemId":"1f49a1890b3d4d9c91ecd341c83e7228"}

asyncODCostMatrixService

ArcGIS geoprocessing service for generating origin-destination cost matrices asynchronously.

Example

Use dark colors for code blocksCopy
12345{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/Route/GPServer",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

syncVRPService

ArcGIS geoprocessing service for solving synchronous vehicle routing problems.

Example

Use dark colors for code blocksCopy
123456{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblemSync/GPServer    /EditVehicleRoutingProblem",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

asyncVRPService

ArcGIS geoprocessing service for solving asynchronous vehicle routing problems.

Example

Use dark colors for code blocksCopy
123456{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblemSync/GPServer    /EditVehicleRoutingProblem",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

asyncFleetRouting

Introduced at ArcGIS Enterprise 11.3 and in ArcGIS Online's February 2024 release. ArcGIS geoprocessing service for solving asynchronous fleet routing problems. This property replaces theasyncVRP property in function, though theasyncVRP property is still supported for backwards compatibility.

Example

Use dark colors for code blocksCopy
1234{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblem/GPServer",  "defaultTravelMode": "FEgifRtFndKNcJMJ"}

geoenrichmentService

ArcGISGeoenrichmentServer.

Example

Use dark colors for code blocksCopy
123{  "url": "https://geoenrich.arcgis.com/arcgis/rest/services/World/GeoenrichmentServer"}

analysisService

Hosted geoprocessing services that perform analyses.

routingServicesSource

The routing services' source and configuration information. This was introduced at 11.0.

Examples

Use dark colors for code blocksCopy
123456789101112//When configured withroutingServicesSource={"sourceName":"ArcGISOnline","agoUsername":"agoExampleAdmin","firstName":"Example","lastName":"Admin"}//When configured with services from  site that is not federated with you  organization"routingServicesSource"={"sourceName":"Custom"}

trafficService

ArcGIS map service for displaying traffic speeds and traffic incidents.

Example

Use dark colors for code blocksCopy
1234{  "url": "https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

trafficDataService

Introduced at 10.8.1. ArcGIS geoprocessing service that can be used to configure live traffic with ArcGIS StreetMap Premium network datasets.

Example

Use dark colors for code blocksCopy
1234{  "url": https://traffic.arcgis.com/arcgis/rest/services/World/TrafficFeeds/GPServer,  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

asyncRouteService

ArcGIS geoprocessing service for asynchronous route analysis.

Example

Use dark colors for code blocksCopy
12345{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/Route/GPServer",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

asyncLocationAllocationService

ArcGIS geoprocessing service for asynchronous location-allocation network analysis.

Example

Use dark colors for code blocksCopy
12345{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/LocationAllocation/GPServer",  "defaultTravelMode": "FEgifRtFndKNcABC",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

routingUtilitiesService

ArcGIS geoprocessing service that provides auxiliary information, such as travel modes, used by the routing services.

Example

Use dark colors for code blocksCopy
1234{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/Utilities/GPServer",  "itemId": "1f49a1890b3d4d9c91ecd341c83e7228"}

elevationService

ArcGIS geoprocessing service for elevation analysis.

Example

Use dark colors for code blocksCopy
123{  "url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/Elevation/GPServer"}

elevationSyncService

ArcGIS geoprocessing service for synchronous elevation analysis.

Example

Use dark colors for code blocksCopy
123{  "url": "https://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer"}

hydrologyService

ArcGIS geoprocessing service for hydrological analysis.

Example

Use dark colors for code blocksCopy
123{  "url": "https://hydro.arcgis.com/arcgis/rest/services/Tools/Hydrology/GPServer"}

asyncGeocode

ArcGIS geoprocessing service for performing batch geocoding asynchronously.

Example

Use dark colors for code blocksCopy
123{  "url": "https://analysis1.arcgis.com/arcgis/rest/services/tasks/GPServer"}

orthomappingElevationService

ArcGIS image service used by Ortho Maker.

Example

Use dark colors for code blocksCopy
123{  "url": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"}

rasterUtilitiesService

ArcGIS geoprocessing service that enables raster analysis and processing.

Example

Use dark colors for code blocksCopy
123{  "url": "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/RasterUtilities/GPServer"}

snapToRoads

Introduced at ArcGIS Enterprise 11.4. ArcGIS synchronous service to snap a series of GPS track points to the underlying roads.

Example

Use dark colors for code blocksCopy
1234{  "url": "https://logistics.arcgis.com/arcgis/rest/services/World/SnapToRoadsSync/GPServer",  "defaultTravelMode": "FEgifRtFndKNcJMJ"}

bingKey

The Bing key to use for web maps using Bing Maps.

canShareBingPublic

The Bing key can be shared to the public and is returned as part of the portal's call (/sharing/rest/portals/<orgid>). This requires theaccess property of the portal to be set aspublic. ThecanShareBingPublic property is not returned publicly but only shown to the users within the organization.

authorizedCrossOriginDomains

An array of trusted servers that clients can send credentials to when making Cross-Origin Resource Sharing (CORS) requests to access web-tier secured services.

allowedOrigins

An array of up to 100 web application domains to restrict CORS access to the Portal Directory API.

allowedRedirectUris

A JSON array of allowed redirect URIs that represent portal instances that you share secure content with. This will allow your organization users to be able to use enterprise logins to access the secured content through web applications hosted on these portals.

allSSL

Indicates whether the organization uses HTTPS. Iftrue, all calls made against resources that belong to the organization will require HTTPS. The default isfalse.

Values:true |false

useStandardizedQuery

Iftrue, only simple WHERE clauses that are compliant with SQL92 can be used when querying layers and tables. The recommended security setting istrue.

Values:true |false

canSigninArcGIS

Allows an organization with an enterprise IDP configured to be able to turn on or off the ArcGIS sign in. The default istrue.

Values:true |false

canSigninIDP

Allows an organization with an enterprise IDP configured to be able to turn on or off the enterprise sign in. The default istrue.

Values:true |false

commentsEnabled

Allows the organization to disable commenting. The default istrue. WhencommentsEnabled isfalse, comments are hidden and not removed.numComments is set to zero for all items in the organization. Calls to add a comment and view comments will fail. If the organization reenables comments, the comments display andnumComments is restored.

Values:true |false

maxTokenExpirationMinutes

The maximum validity in minutes of tokens issued for users of the organization: -1 is the default and is a special value that indicates infinite timeout or permanent tokens. For tokens granted using an OAuth2 authorization grant, it represents the maximum validity of refresh tokens. For access tokens, the maximum validity is the lower of two weeks or this value.

mfaEnabled

Indicates whether organization members are allowed to choose to set up multifactor authentication for their individual accounts.

mfaAdmins

An array of at least two designated administrators who receive requests to troubleshoot members' multifactor authentication issues.

metadataEditable

Indicates whether the organization has metadata enabled.

Values:true |false

creditAssignments

Indicates whether the organization has credit budgeting enabled. The default isdisabled.

Values:enabled |disabled

defaultUserCreditAssignment

Default allocation of credits for new members.-1 for no allocated limit.

Example

Use dark colors for code blocksCopy
1defaultUserCreditAssignment=500

updateUserProfileDisabled

Indicates whether organization members are allowed to edit their biographical information and who can see their profiles.

Values:true |false

useVectorBasemaps

Iftrue, the organization uses the Esri vector basemaps in supported ArcGIS apps andbasemapGalleryGroupQuery will not be editable and will be set to the default query.

Values:true |false

metadataFormats

Metadata style used for organization.

Example

Use dark colors for code blocksCopy
1metadataFormats= iso19139-3.2

clearEmptyFields

Clears any string fields that are passed in empty, such as a description.

Values:true |false

contacts

An array of chosen administrators listed as points of contact whose email addresses will be listed as points of contact in the automatic email notifications sent to organization members when they request password resets, help with their usernames, modifications to their accounts, or any issues related to the allocation of credits to their accounts.

Example

Use dark colors for code blocksCopy
1contacts= ["admin1","admin2","admin3"]

Paging parameters

The following parameters represent the properties of contents that are available on the User Content, Item Comments, and Group Content resources:

ParameterDetails

start

The number of the first entry in the result set response. The index number is 1-based. The default value ofstart is1.

Example

Use dark colors for code blocksCopy
1start=11

num

The maximum number of results to be included in the result set response. The default value is10, and the maximum allowed value is100. Note that the actual number of returned results may be less thannum. This happens when the number of results remaining afterstart is less thannum.

Example

Use dark colors for code blocksCopy
12//Returns a max of 50 results in the responsenum=50

Paging properties

A JSON object specified for pagination. Its syntax and properties are as follows:

JSON syntax

Paging properties

Use dark colors for code blocksCopy
123456{  "total":<int>,  "start":<int>,  "num":<int>,  "nextStart":<int>}
PropertyDetails

total

The total number of results found for the whole query.

start

The number of the first entry in the result set for this response. The index number is 1-based.

num

The number of results included in the result set for this response.

nextStart

The next entry index if the current result set doesn't contain all results, or -1 if it is the last batch.

Listing properties

A listing is specified as a JSON object. Its syntax and properties are as follows:

JSON syntax

Use dark colors for code blocksCopy
12345678910{  "licenseType": "<free |ela |consumption |preprovisioned>",  "listingAccess": "<private |public>",  "priceDesc": "<priceDesc>",  "creditsPerTransaction":<creditsPerTransaction>,  "trialSupported":<true |false>,  "trialDuration":<trialDuration>,  "ecommerceEnabled":<true |false>,  "licenseBy":<licenseByOrg |licenseByUser>}
PropertyDetails

licenseType

The type of license offered by the listing. Thefree value specifies whether the listing will be provisioned to the customer for free. Theela value specifies whether an enterprise license agreement needs to be agreed on between the vendor and the customer. Theconsumption value specifies a consumption-based model, which typically applies to data services. Thepreprovisioned value specifies whether the item is preprovisioned and ready to use.

Values:free |ela |consumption |preprovisioned

listingAccess

Indicates whether the listing ispublic orprivate.

Values:public |private

priceDesc

Text that describes the pricing details of this listing. This property is not required for free listings.

creditsPerTransaction

The number of credits that will be charged to the customer per transaction. This property only applies to consumption-based listings.

trialSupported

Indicates whether or not the listing supports trials.

Values:true |false

trialDuration

Duration of the trial in days. Applies only whentrialSupported istrue.

ecommerceEnabled

Indicates whether or not the listing is e-commerce enabled.

Values:true |false

licenseBy

Listing licensing model. The default islicenseByOrg if this property is missing.

Values:licenseByUser |licenseByOrg

Provision properties

Marketplace items are provisioned to customers. A provision is specified as a JSON object. Its syntax and properties are described as follows:

JSON syntax

Use dark colors for code blocksCopy
1234567891011121314151617181920212223{  "itemId": "<itemId>",  "orgId": "<vendorOrgId>",  "purchaserOrgId": "<purchaserOrgId>",  "purchaserUsername": "<purchaserUsername>",  "purchaserFullName":<purchaserFullName>,  "purchaserEmail":<purchaserEmail>,  "purchaserPhone":<purchaserPhone>,  "startDate":<provisionStartDate>,  "endDate":<provisionEndDate>, // -1 indicates an unexpiring provision  "purchased":<true |false>,  "trial":<true |false>,  "interested":<true |false>,  "created":<createdDate>,  "modified":<modifiedDate>,  "orgEntitlements": {    "maxUsers": <maximum number of users>,    "entitlementsModified": <epoch timestamp when org entitlements were last modified>,    "entitlements": {        "<entitlement string>": {"num": <number of users>} //entitlement string uniquely identifies entitlement, listing itemId is used typically    }  }}
PropertyDetails

itemId

ID of the provisioned item.

orgId

Organization ID of the vendor organization.

purchaserOrgId

Organization ID of the purchasing organization.

purchaserUsername

Username of the purchaser.

purchaserFullName

Full name of the purchaser.

purchaserEmail

Email address of the purchaser.

purchaserPhone

Phone number of the purchaser.

startDate

The date and time (in milliseconds from epoch) when this provision was started.

endDate

Date and time (in milliseconds from epoch) when this provision ends or expires. A value of -1 indicates an unexpiring provision.

purchased

Boolean value. This value istrue if the item was purchased.

trial

Boolean value. This value istrue if the item is being tried by the purchasing organization.

interested

Boolean value. This value istrue if the purchasing organization has expressed interest in the item.

created

Date and time (in milliseconds from epoch) when this provision was created.

modified

Date and time (in milliseconds from epoch) when this provision was last modified.

orgEntitlements

The set of entitlements available to the purchasing organization for license-by-user listings only.

Purchaser parameters

Purchaser parameters are specified when provisioning a marketplace listing.

ParameterDetails

purchaserFullName

Full name of the purchaser.

purchaserEmail

Email address of the purchaser.

purchaserPhone

Phone number of the purchaser.

Allowable HTML tags

The following table lists the allowable HTML tags that can be used in descriptive parameters, such as the description of an item. All other tags will be filtered out.

TagAttribute

a

href, target, style

img

src, width, height, border, alt, style

span

style

table

width, height, cellpadding, cellspacing, border, style

div

align, style

font

size, color, style, face

tr

height, valign, align, style

td, th

height, width, valign, align, colspan, rowspan, valign, nowrap, style

p

align, style

source

media, src, type

audio, video

controls, width, height, autoplay, loop, muted, preload, poster

b,u,strong,i,em,br,li,ul,ol,tbody, hr

Not applicable

  • Allowed protocols for href and src are https and mailto.
  • Tags will be automatically closed if not closed.
Note

The< ,> ,& , and' symbols will be escaped outside of allowed tags if not otherwise escaped using either&lt,&gt,&amp,&quot.

Date format

UNIX time is defined as the number of seconds that have elapsed since midnight on January 1, 1970.

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


[8]ページ先頭

©2009-2025 Movatter.jp