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/getDocumentHistoryList</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;">string</td> <td>文件夹ID</td> </tr> </tbody> </table> <p><strong>参数示例</strong></p> <pre><code>{ "documentId": "4ce52fcbca6d4df29e9351ee0f6d7ac4" }</code></pre> <p><strong>返回示例</strong></p> <pre><code> { "errorCode": 0, "message": "成功", "time": 1637906874765, "responseBody": [ { "creator": "d22ae15a56394869924059a9d5867a29", "size": "2710", "createTime": "2021-11-26 11:20:32", "name": "更新SQL.txt", "creatorName": "系统管理员", "updaterName": "系统管理员", "updateTime": "2021-11-26 11:20:32", "uuid": "2beeee83ec29471ba93ea59ded3364e7", "fileType": "txt", "updater": "d22ae15a56394869924059a9d5867a29" } ] } </code></pre>

页面列表

ITEM_HTML