SOAP API - deleteOrphanedFolders
The table summarizes the SOAP API - deleteOrphanedFolders.
Request | Uses the DeleteOrphanedFoldersRequest element (from the DocumentService schema) |
Response | Returns a DeleteOrphanedFoldersResponse element (from the DocumentService schema). |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:doc="http://document.api.bds.tibco.com"> <soapenv:Header/> <soapenv:Body> <doc:DeleteOrphanedFoldersRequest returnFailures="true"> <orphanedDateTime>2014-10-07T23:59:59</orphanedDateTime> </doc:DeleteOrphanedFoldersRequest> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <DeleteOrphanedFoldersResponse xmlns="http://document.api.bds.tibco.com"> <successCount xmlns="">2</successCount> <failureCount xmlns="">0</failureCount> </DeleteOrphanedFoldersResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.