ITSM

运维管理系统


人员下拉选择

<h2>POST 人员下拉选择</h2> <p>POST /workflow/form/getAllUserList</p> <blockquote> <p>Body 请求参数</p> </blockquote> <pre><code class="language-json">{ "keyword": "incididunt eiusmod enim", "page": { "pageNum": 89, "pageSize": 48 } }</code></pre> <h3>请求参数</h3> <table> <thead> <tr> <th>名称</th> <th>位置</th> <th>类型</th> <th>必选</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>token</td> <td>header</td> <td>string</td> <td>true</td> <td>none</td> </tr> <tr> <td>uuid</td> <td>header</td> <td>string</td> <td>false</td> <td>none</td> </tr> <tr> <td>username</td> <td>header</td> <td>string</td> <td>false</td> <td>none</td> </tr> <tr> <td>name</td> <td>header</td> <td>string</td> <td>false</td> <td>none</td> </tr> <tr> <td>body</td> <td>body</td> <td>object</td> <td>false</td> <td>none</td> </tr> <tr> <td>» keyword</td> <td>body</td> <td>string</td> <td>true</td> <td>none</td> </tr> <tr> <td>» page</td> <td>body</td> <td>object</td> <td>true</td> <td>none</td> </tr> <tr> <td>»» pageNum</td> <td>body</td> <td>integer</td> <td>true</td> <td>none</td> </tr> <tr> <td>»» pageSize</td> <td>body</td> <td>integer</td> <td>true</td> <td>none</td> </tr> </tbody> </table> <blockquote> <p>返回示例</p> <p>成功</p> </blockquote> <pre><code class="language-json">{ "errorCode": 0, "message": "成功", "time": 1648881463287, "responseBody": [ { "leader": null, "address2": "56a036ade6a84740be99f06daf295360", "logindId": "admin001", "label": "测试01", "departUuids": "06f70bad6c7345b98b36e63e744a6461", "departmentIds": "06f70bad6c7345b98b36e63e744a6461", "userName": "admin001", "uuid": "62ee3099ddc747e49c0639cbca0fb822", "phone": "12345678987", "departNames": "测试1-二部", "name": "测试01", "roleUuids": "795fdf2db55d4c019199a97259a4196e", "value": "62ee3099ddc747e49c0639cbca0fb822", "roleNames": "xxxx", "email": "zhangf@kingsware.cn", "departmentNames": "测试1-二部" }, { "leader": null, "address2": "9", "logindId": "admin", "label": "系统管理员", "departUuids": "", "departmentIds": "", "userName": "admin", "uuid": "d22ae15a56394869924059a9d5867a29", "phone": "17312345678", "departNames": "", "name": "系统管理员", "roleUuids": "administratorRole,2d3fc79bbb5c4112bae1baa5c9ae70e2,f180556218974a48b4bea56afa5e22b8,6aafff2a0b054f3796b8d4010b5f111d", "value": "d22ae15a56394869924059a9d5867a29", "roleNames": "超级管理员,测试角色,超长角色名称不知道要取什么名称,测试知识角色", "email": "", "departmentNames": "" } ] }</code></pre> <h3>返回结果</h3> <table> <thead> <tr> <th>状态码</th> <th>状态码含义</th> <th>说明</th> <th>数据模型</th> </tr> </thead> <tbody> <tr> <td>200</td> <td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td> <td>成功</td> <td>Inline</td> </tr> </tbody> </table> <h3>返回数据结构</h3>

页面列表

ITEM_HTML