Version

URL:
https://<root>/<serviceName>/GeoDataServer/versions/<versionName>
Methods:
GET
Version Introduced:
9.3

Description

The Version resource represents a single version in a geodata service published using ArcGIS Server. It provides basic information about the version, such as its description, created and modified times, access type, as well as parent, children, and ancestor versions.

Request parameters

ParameterDetails

f

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

Values: html | json

JSON Response syntax

Use dark colors for code blocksCopy
1
{"name" : "<name>","description" : "<description>","created" : "<createdTime>","modified" : "<modifiedTime>","access" : "<access>","parentVersion" : "<parentVersion>","childVersions": [ "<childVersion1>", "<childVersion2" ],"ancestorVersions": [ "<ancestorVersion1>", "<ancestorVersion2" ]}

JSON Response example

Use dark colors for code blocksCopy
1
{"name" : "SDE.DEFAULT","description" : "Instance default version.","created" : "2007-07-10T10:09:47","modified" : "2007-08-03T01:13:01","access" : "esriVersionAccessPublic","parentVersion" : null,"childVersions": [ "MAP.GeoDatabase-BaseVersion", "GDB.July15_APtest", "MAP.MyCheckOut", "MAP.TestReplica"],"ancestorVersions": []}

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