Version

Description

The Version resource represents a single version in a geodata service published using ArcGIS for 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.

Resource hierarchy

GeoData Version

Request parameters

Parameter

Details

f

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

Values: html | json

JSON response syntax

{"name" : "<name>","description" : "<description>","created" : "<createdTime>","modified" : "<modifiedTime>","access" : "<access>","parentVersion" : "<parentVersion>","childVersions": [ "<childVersion1>", "<childVersion2" ],"ancestorVersions": [ "<ancestorVersion1>", "<ancestorVersion2" ]}

JSON response example

{"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": []}