{
"groupRelation": "AND",
"groupTree": {
"property1": "string",
"property2": "string"
},
"pageBean": {
"page": 1,
"pageSize": 10,
"showTotal": true
},
"params": {},
"querys": [
{
"group": "main",
"operation": "EQUAL",
"parentGroup": "string",
"property": "string",
"relation": "AND",
"tableName": "string",
"value": {}
}
],
"sorter": [
{
"direction": "ASC",
"property": "string"
}
]
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-runtime/runtime/taskFollow/v1/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupRelation": "AND",
"groupTree": {
"property1": "string",
"property2": "string"
},
"pageBean": {
"page": 1,
"pageSize": 10,
"showTotal": true
},
"params": {},
"querys": [
{
"group": "main",
"operation": "EQUAL",
"parentGroup": "string",
"property": "string",
"relation": "AND",
"tableName": "string",
"value": {}
}
],
"sorter": [
{
"direction": "ASC",
"property": "string"
}
]
}'
{
"page": 0,
"pageSize": 0,
"rows": [
{
"creatorId": "string",
"id": "string",
"pkVal": "string",
"proInst": "string",
"taskId": "string"
}
],
"total": 0
}