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": [
]
}
}
Solved! Go to Solution.
Are you using the VersionName or Version Guid? I believe you use the version Guid without the curly braces
/<serviceName>/VersionManagementServer/versions/<version guid>
Are you using the VersionName or Version Guid? I believe you use the version Guid without the curly braces
/<serviceName>/VersionManagementServer/versions/<version guid>