Skip To Content
ArcGIS Developer
Dashboard

Kml

Description

This resource is a container for all the KMZ files created on the server.

Request parameters

ParameterDescription
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the kml resource:

https://machine.domain.com/webadaptor/admin/kml?f=json

JSON Response example


{
  "items": [
    {
      "itemID": "ia4d522dc-c51c-43b1-a93b-fc284aeab8e8",
      "itemName": "kmzdoc2.kmz",
      "description": "KML Document",
      "pathOnServer": "c:\\arcgisserver\\directories\\arcgissystem\\kml\\kmzdoc2.kmz",
      "date": null
    }
  ]
}