URL | http://<geodataservice-url>/versions/<versionName> |
Parent Resource | GeoData Service |
---|
The geodata 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.
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html. Values: html | json |
{
"name" : "<name>",
"description" : "<description>",
"created" : "<createdTime>",
"modified" : "<modifiedTime>",
"access" : "<access>",
"parentVersion" : "<parentVersion>",
"childVersions": [ "<childVersion1>", "<childVersion2" ],
"ancestorVersions": [ "<ancestorVersion1>", "<ancestorVersion2" ]
}
{
"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": []
}