Symbol Server

URL:
https://<root>/Utilities/Symbols/SymbolServer
Methods:
GET
Version Introduced:
11.0

Description

Symbol service (SymbolServer) is an ArcGIS Server utility service that provides access to operations to build and generate images for Esri symbols to be consumed by internal and external web applications. The SymbolServer resource provides access to the generateImage and generateSymbol operations, which can be used to generate (extract) images from a 2D or dictionary web style and convert Scalable Vector Graphics (SVG) images to Cartographic Information Model (CIM) symbols, respectively.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the SymbolServer resource:

Use dark colors for code blocksCopy
1
https://<machineName>.<domain>.com/webadaptor/rest/services/Utilities/Symbols/SymbolServer?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
{
  "name": "SymbolServer",
  "serviceDescription": "Symbol utility service",
  "currentVersion": 11.0,
  "cimVersion": "3.0.0"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.