GET api/Specification/GetSpecificationLock?specificationId={specificationId}&takeOverLock={takeOverLock}

Get the specification lock.

Access

Requires authentication.

Requires SSL.

Request Information

Parameters

NameDescriptionAdditional information
specificationId
The specification id.

Define this parameter in the request URI.

takeOverLock
Try taking lock by force.

Define this parameter in the request URI.

Response Information

Response body formats

application/xml, text/xml

Sample:
<ApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ResponseCode>1</ResponseCode>
  <ResponseDescription>sample string 2</ResponseDescription>
  <MethodExpirationDate>2024-05-21T10:05:58.7684344+02:00</MethodExpirationDate>
  <ResponseObject>true</ResponseObject>
</ApiResponse>

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseDescription": "sample string 2",
  "MethodExpirationDate": "2024-05-21T10:05:58.7684344+02:00",
  "ResponseObject": true
}