Skip To Content
ArcGIS Developer
Dashboard

Version

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


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