Removes the ISO review schedule from a document. After removal, no periodic review tasks or workflows will be generated for the document.
/srv.asmx/RemoveISOReviewDefinition
/srv.asmx/RemoveISOReviewDefinition?authenticationTicket=...&documentPath=.../srv.asmx/RemoveISOReviewDefinition (form data)http://tempuri.org/RemoveISOReviewDefinition| Parameter | Type | Required | Description |
|---|---|---|---|
authenticationTicket |
string | Yes | Authentication ticket obtained from AuthenticateUser |
documentPath |
string | Yes | Full path of the document |
<root success="true" />
<root success="false" error="[ErrorCode] Error message" />
The caller must have Change Document Properties permission on the document.
GET /srv.asmx/RemoveISOReviewDefinition?authenticationTicket=abc123-def456&documentPath=/Library/Policies/policy.pdf HTTP/1.1
POST /srv.asmx/RemoveISOReviewDefinition HTTP/1.1
Content-Type: application/x-www-form-urlencoded
authenticationTicket=abc123-def456&documentPath=/Library/Policies/policy.pdf
POST /srv.asmx HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://tempuri.org/RemoveISOReviewDefinition"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<RemoveISOReviewDefinition xmlns="http://tempuri.org/">
<authenticationTicket>abc123-def456</authenticationTicket>
<documentPath>/Library/Policies/policy.pdf</documentPath>
</RemoveISOReviewDefinition>
</soap:Body>
</soap:Envelope>
SetISOReviewDefinition — Set the ISO review schedule on a documentGetISOReviewDefinition — Get the current ISO review schedule definition for a document