{
"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-uc/api/userGroup/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": [
{
"code": "string",
"creator": "string",
"description": "string",
"id": "string",
"isDelete": "string",
"json": "string",
"name": "string",
"orgId": "string",
"pkVal": "string",
"posId": "string",
"roleId": "string",
"userId": "string",
"version": 0
}
],
"total": 0
}