- URL:
- https://<root>/Utilities/Symbols/SymbolServer
- Methods:
GET
- Operations:
- Generate Image, Generate Symbol
- Version Introduced:
- 11.0
Description
Symbol service (Symbol
) 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 Symbol
resource provides access to the generate
and generate
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
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the Symbol
resource:
https://<machineName>.<domain>.com/webadaptor/rest/services/Utilities/Symbols/SymbolServer?f=pjson
JSON Response example
{
"name": "SymbolServer",
"serviceDescription": "Symbol utility service",
"currentVersion": 11.0,
"cimVersion": "3.0.0"
}