文档
测试

查询目录树

POST
/ks/m?xwl=sys/workflow3.0/httpInvoke

接口描述

查询目录树

请求头

参数名
类型
描述
必填
Content-Type
string
采用form-data传参,值取application/x-www-form-urlencoded
必填

请求参数

参数名
类型
描述
必填
transCode
string
接口名称:flow.getAllFlowDefTreeDataAction
必填

响应参数

参数名
类型
描述
必填
retCode
string
000000
必填
retMsg
string
描述信息
必填
rspData
object
响应数据
必填
transCode
string
接口名称
必填

说明 / 示例

响应数据参考: ```json { "rspData": { "flowDefTreeData": [{ "children": [{ "children": [], "dirId": "20081400000000002", "isFlow": false, "items": [], "dirName": "sdf", "parentDirId": "root" }], "dirId": "root", "isFlow": false, "items": [{ "isFlow": true, "flowId": "20081900000000011", "flowName": "test", "parentDirId": "root" }], "dirName": "root" }] }, "transCode": "flow.getAllFlowDefTreeDataAction", "retCode": "000000", "retMsg": "交易成功" } ```