Lock Infos
- URL:https://<versionmanagementservice-url>/lockInfos
- Version Introduced:10.6
Description
For the specified feature service, return the locks for the administrator or the owner of the versions that have locks.
Request Parameters
Parameter | Details |
|---|---|
| f | Description: Optional parameter to specify the output format of the response. The default response format is html. Values: html | json |
JSON Response Syntax
{
"lockInfos" : [
{
"version" : <versionName>,
"lockOwner" : <lockOwner>,
"sessionId" : <guid>,
"lockType: "exclusive" | "shared"
}
]
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}