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

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

JSON Response example

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close