ITSM

运维管理系统


获取已删除文件的操作历史

<h2>1、获取已删除文件的操作历史</h2> <p><strong>简要描述:</strong> </p> <ul> <li>获取文件夹删除文件历史</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.2.32:8080/ops/itsm/document/getDeleteDocumentHistoryList</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">documentId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>文件id</td> </tr> </tbody> </table> <p><strong>参数示例</strong></p> <pre><code>{ "documentId": "15ff6d7f84324187a324e767ca967eff" }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ "errorCode": 0, "message": "成功", "time": 1630394752393, "responseBody": [ { "creator": "d22ae15a56394869924059a9d5867a29", "size": "354717", "createTime": "2021-08-31 15:22:19", "name": "20210421_UniOps全功能测试用例v1.4.21(持续) (8).xlsx", "creatorName": "系统管理员", "updaterName": "系统管理员", "updateTime": "2021-08-31 15:22:19", "uuid": "d0514d570ab647dea99156b3359e97a4", "fileType": "xlsx", "updater": "d22ae15a56394869924059a9d5867a29" } ] }</code></pre>

页面列表

ITEM_HTML