Symbol Server

URL:
https://<root>/Utilities/Symbols/SymbolServer
Methods:
GET
Operations:
Generate Image, Generate Symbol
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:

1
https://<machineName>.<domain>.com/webadaptor/rest/services/Utilities/Symbols/SymbolServer?f=pjson

JSON Response example

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close