获取实例列表总数
POST
/openApi/out/app/openworkflow/getCountList
后端接口/业务流程
请求参数
Body 参数application/json
appId
string
应用id
condition
object
必需
groups
array [object {2}]
必需
type
string
必需
loginUserId
string
指定用户id
entId
string
指定企业id
示例
{
"entId": "kaahuanjing",
"condition": {
"groups": [
{
"type": "OR",
"conditions": [
{
"symbol": "unequal",
"type": "string",
"field": "gongzuobiaoti",
"value": "测试代办列表",
"table": "gongzuoxietong"
}
]
}
],
"type": "OR"
},
"appId": "GongZuoXieTong",
"loginUserId": "ApiTest"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
integer
必需
guid
string
必需
示例
{
"status": 200,
"code": 200,
"msg": "",
"result": 521,
"guid": "95ee5923423e204f"
}
修改于 2023-05-18 07:05:30