Specify the layer ID and return the information of the layer.
Request URL
<baseUrl>/arcgisearth/layer/{id}
Request parameters
Parameter | Description |
---|---|
id (required) | Layer ID Type: string |
Example usage
http://localhost:8000/arcgisearth/layer/311b7317-94f8-4f80-89f2-0e3ca5e77d28
JSON Response example
Below is a JSON response example for an ArcGIS portal item (web scene):
{
"displayName": "Visualize New Developments",
"isVisible": true,
"classType": "ArcGISScene",
"id": "311b7317-94f8-4f80-89f2-0e3ca5e77d28",
"sourceURI": "https://www.arcgis.com/sharing/rest/content/items/19dcff93eeb64f208d09d328656dd492",
"loadStatus": "Loaded"
}