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/getFolderDocumentDeleteHistoryList</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;">folder</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>文件夹数据</td> </tr> </tbody> </table> <p><strong>参数示例</strong></p> <pre><code>{ "folderId": "694633e0c50340a5b0c1cf931b05b600" }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ "errorCode": 0, "message": null, "time": 0, "responseBody": [ { "size": "354717", "deleteTime": "2021-08-26 16:30:57", "createTime": "2021-08-26 16:30:51", "name": "20210421_UniOps全功能测试用例v1.4.21(持续) (6).xlsx", "creatorName": "系统管理员", "deleteUserName": "系统管理员", "uuid": "201bcb5299454963b6f3ab6e97fd22b2", "fileType": "xlsx" }, { "size": "86951", "deleteTime": "2021-08-26 16:30:04", "createTime": "2021-08-26 16:29:55", "name": "IUFO2021-07-07-c577dcba24654fdd8f5e984b9ffcdcf3.docx", "creatorName": "系统管理员", "deleteUserName": "系统管理员", "uuid": "fcfc8deb71ee40c9a2a480f16cc41681", "fileType": "docx" } ] }</code></pre>

页面列表

ITEM_HTML