- URL: https://<version-url>/stopReading(POST only)
- Version Introduced:10.6
Description
Using the specified session ID, the shared lock is released on the version.
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 |
sessionID | Description: The client generated session id (guid); a required parameter. Syntax: sessionId = {3F2504E0-4F89-41D3-9A0C-0305E82C3301} |
JSON Response Syntax
{
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}