| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<feature-url>/htmlPopup |
|---|
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.
| Parameter | Details |
|---|---|
| f | Description: The response format. The default response format is html. Values: html | json |
Example 1: http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Hydrography/Watershed173811/FeatureServer/1/1/htmlPopUp
{
"htmlPopupType" : "<esriServerHTMLPopupTypeNone | esriServerHTMLPopupTypeAsURL | esriServerHTMLPopupTypeAsHTMLText>",
"content": "<htmlContent>"
}
{
"htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
"content": "A <b>Sample HTML</b> pop up."
}