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>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.