VersionManagementServer REST API

991
1
Jump to solution
02-21-2019 01:24 PM
SkipHeise
New Contributor

I am trying to follow documentation from https://developers.arcgis.com/rest/services-reference/version-management-service.htm when I try to access http://<catalog-url>/<serviceName>/VersionManagementServer/Versions/<versionName> I get the following JSON response.

{

"success": false,

"error": {

  "extendedCode": -2147217146,

  "message": "The version could not be located",

  "details": [

  

  ]

}

}

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Are you using the VersionName or Version Guid?  I believe you use the version Guid without the curly braces

/<serviceName>/VersionManagementServer/versions/<version guid>

View solution in original post

0 Kudos
1 Reply
by Anonymous User
Not applicable

Are you using the VersionName or Version Guid?  I believe you use the version Guid without the curly braces

/<serviceName>/VersionManagementServer/versions/<version guid>

0 Kudos