Skip To Content
ArcGIS Developer
Dashboard

GeoData Service

Description

The GeoData Service resource represents a geodata service that you've published with ArcGIS Server. This resource provides basic information associated with the geodata service, such as the service description, workspace type, default working version, versions, and replicas.

Request parameters

ParameterDetails
f

Description: The response format. The default response format is html.

Values: html | json

JSON Response syntax


            {"serviceDescription" : "<serviceDescription>","workspaceType" : "<workspaceType>","defaultWorkingVersion": "<defaultWorkingVersion>","versions": [ "<version1>", "<version2>" ],"replicas": [ "<replica1>", "<replica2>" ]}

JSON Response example


            {"serviceDescription" : "Test GeoData Service Description","workspaceType" : "esriRemoteDatabaseWorkspace","defaultWorkingVersion": "SDE.DEFAULT","versions": [ "SDE.DEFAULT", "MAP.GeoDatabase-BaseVersion", "GDB.July15_APtest", "MAP.MyCheckOut", "MAP.TestReplica"],"replicas": [ "MAP.MyCheckOut", "MAP.TestReplica"]}