文档
测试

流程定义-分页查询获取数据

GET
/workflow/wfDefineProcess/datagrid

接口描述

流程定义-分页查询获取数据

请求参数

参数名
类型
描述
必填
current
int
当前页
必填
size
int
页面条数
必填
column
string
排序字段
可选
asc
boolean
是否升序
可选
menuName
String
菜单名称
可选

响应参数JSON

```json Response body Download { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1666319538733, "data": { "records": [ { "id": 1, "createdBy": 1, "createdName": "管理员", "createdTime": "2022-10-12 15:49:42", "menuId": 1, "menuName": "系统管理", "isValid": "y", "isPriority": 1, "orderBy": 1, "remark": null, "copyFrom": null, "deleteFlag": "n", "tenantId": 1, "tenantName": null }, { "id": 3, "createdBy": 1, "createdName": "管理员", "createdTime": "2022-10-12 17:03:58", "menuId": 1, "menuName": "系统功能", "isValid": "y", "isPriority": 1, "orderBy": 1, "remark": null, "copyFrom": null, "deleteFlag": "n", "tenantId": 1, "tenantName": "string" } ], "total": 32, "size": 2, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "countId": null, "maxLimit": null, "pages": 16 } }

swagger 功能定位

![image.png](https://cos.easydoc.net/97781918/files/l9hvoe3h.png) ![image.png](https://cos.easydoc.net/97781918/files/l9hvopwc.png)