获取流程模板列表
功能介绍
获取流程模板列表。
URI
GET /services/workflow/navtree/processConfig/findMaxTemplates/{pageSize}/{curPage}
示例接口地址:{域名(有文根需带文根)}/pdmcore/ipdcworkflowservice/services/workflow/navtree/processConfig/findMaxTemplates/2/1
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
pageSize |
是 |
String |
分页大小 |
curPage |
是 |
String |
当前页数 |
请求头
使用机机认证调用接口时需传入header:Authorization,其值为机机鉴权token。
请求参数
无
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
msg |
String |
接口响应信息 |
code |
Integer |
接口返回码 |
data |
Data object |
返回数据 |
orderID |
String |
请求跟踪流水号 |
参数 |
参数类型 |
描述 |
---|---|---|
totalRows |
Integer |
共多少数据 |
curPage |
Integer |
当前第几页 |
pageSize |
Integer |
每页大小 |
resultMode |
Integer |
- |
startIndex |
Integer |
开始序号 |
endIndex |
Integer |
结束序号 |
orderBy |
String |
- |
filterStr |
String |
- |
totalPages |
Integer |
共多少页 |
参数 |
参数类型 |
描述 |
---|---|---|
rejectDecisionLogic |
String |
驳回处理逻辑 |
enableAutoRefreshForm |
Integer |
表单内容区自动刷新开关 |
lastUpdatedBy |
String |
最后更新人userID |
endNodeValueSource |
String |
结束节点取值来源 |
lastUpdateDate |
Integer |
最后更新时间 |
isResetStatus |
Integer |
重新提交是否重置已完成的状态 |
creationUserAccount |
String |
创建人短工号 |
reserve1 |
String |
- |
showStartCarbonCopy |
Integer |
启动流程是否抄送 |
lastUpdateUserAccount |
String |
更新人短工号 |
reserve3 |
String |
- |
includeEndNode |
String |
包含结束节点 |
reserve2 |
String |
- |
templateId |
String |
流程模板ID |
creationDate |
Integer |
创建时间 |
displayMode |
String |
导航树展示方式 |
templateStatus |
String |
流程模板状态 |
createdBy |
String |
创建人userID |
templateName |
String |
流程模板名称 |
showTips |
Integer |
是否展示Tips提示 |
showTodoTaskNum |
Integer |
是否展示任务数量 |
templateVersion |
String |
流程模板版本 |
id |
Integer |
流程模板配置表ID |
navJson |
String |
流程模板导航节点json |
请求示例
无
响应示例
状态码: 200
{ "msg": null, "code": 0, "data": { "pageVO": { "totalRows": 70, "curPage": 1, "pageSize": 1, "resultMode": 0, "startIndex": 1, "endIndex": 1, "orderBy": null, "filterStr": null, "totalPages": 70 }, "result": [ { "rejectDecisionLogic": null, "enableAutoRefreshForm": 0, "lastUpdatedBy": "05209014da3a49faa68056102da7ba35", "endNodeValueSource": null, "lastUpdateDate": 1714024735000, "isResetStatus": 0, "creationUserAccount": "isc_ipdc_hwx", "reserve1": null, "showStartCarbonCopy": 0, "lastUpdateUserAccount": "isc_ipdc_hwx", "reserve3": null, "includeEndNode": null, "reserve2": null, "templateId": "Test0425", "creationDate": 1714024632000, "displayMode": "vertical", "templateStatus": "STARTED", "createdBy": "05209014da3a49faa68056102da7ba35", "templateName": "Test0425", "showTips": 0, "showTodoTaskNum": 0, "templateVersion": "4", "id": 1520, "navJson": "{}" } ] }, "orderID": "c7b7950885794e5c99c1699f70b49235" }
状态码
状态码 |
描述 |
---|---|
200 |
带分页的标准响应体 |
错误码
请参见错误码。