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": [
]
}
Are you using the VersionName or Version Guid? I believe you use the version Guid without the curly braces
/<serviceName>/VersionManagementServer/versions/<version guid>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.