查询文件夹
<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/getFolderById</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;">folderId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>文件夹uuid</td>
</tr>
</tbody>
</table>
<p><strong>参数示例</strong></p>
<pre><code>{
    folderId: '2c6ba2e7300943319d7a0fd83fd1e586'
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
  "errorCode": 0,
  "message": "成功",
  "time": 1637898585638,
  "responseBody": {
    "folder": [
      {
        "fullPath": "0,085641fde22e4254be6e21969b2663f8",
        "creator": "d22ae15a56394869924059a9d5867a29",
        "orderId": "1",
        "creatorName": "系统管理员",
        "updateTime": "2021-11-26 11:46:59",
        "fullPathName": "/测试",
        "uuid": "085641fde22e4254be6e21969b2663f8",
        "parentId": "0",
        "updater": null,
        "parentName": null,
        "createTime": "2021-11-26 11:46:59",
        "name": "测试",
        "updaterName": null,
        "describe": "11"
      }
    ]
  }
} 
</code></pre>