RAML - GeoServices/geoservices.github.io GitHub Wiki

ArcGIS GeoServices API API documentation version 10.3

{serverUrl}/{layerId}

/

get:

Parameters
Parameter Description Type
f string
Response(s)

/query

get:

Parameters
Parameter Description Type
f string
where SQL-like filter string
outFields Attributes to be included string
outStatistics Array of aggregated statistics string
Response(s)

200

type:application/json

{ "$schema": "http://json-schema.org/schema",
  "type": "object",
  "description": "A canonical song",
  "properties": {
    "title": { "type": "string" },
    "artist": { "type": "string"}
  },
  "required": [ "title", "artist" ]
}

400

type:application/json