FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<feature-url>/htmlPopup |
Parent Resource | Feature |
---|---|
Required Capability | Query |
The htmlPopup
resource provides details about the HTML popup authored by the user using ArcGIS Desktop.
This resource is available when a layer
resource's htmlPopupType
is not esriServerHTMLPopupTypeNone
.
gdbVersion
parameter was added. Use this parameter to specify the geodatabase version to query.Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
gdbVersion |
//This option was added at 10.1 Description: GeoDatabase version to query. This parameter applies only if hasVersionedData property of the service and isDataVersioned property of the layer(s) queried are true . If this is not specified, query will apply to published map's version. Syntax: gdbVersion=<geodatabase version> Example: gdbVersion=sde.USER1 |
Example 1:
http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/StantonCountyKSLeases/MapServer/0/1/htmlPopup{ "htmlPopupType" : "<esriServerHTMLPopupTypeNone | esriServerHTMLPopupTypeAsURL | esriServerHTMLPopupTypeAsHTMLText>", "content": "<htmlContent>" }
{ "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText", "content": "A <b>Sample HTML</b> pop up." }