{
"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/org/v1/orgs/getOrgPage' \
--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",
"demCode": "string",
"demId": "string",
"demName": "string",
"exceedLimitNum": 0,
"fnumber": "string",
"fullName": "string",
"grade": "string",
"groupCode": "string",
"groupId": "string",
"groupType": "string",
"hrId": "string",
"id": "string",
"identityType": "string",
"isDelete": "string",
"isInherit": 0,
"isMaster": 0,
"isParent": true,
"layerTypeId": "string",
"layerTypeName": "string",
"leaf": true,
"limitNum": 0,
"name": "string",
"nowNum": 0,
"orderNo": 0,
"orgStatus": "string",
"orgUserId": "string",
"params": {},
"parentId": "string",
"parentOrgName": "string",
"path": "string",
"pathName": "string",
"pkVal": "string",
"refId": "string",
"struct": "PLAIN",
"supFnumber": "string",
"supName": "string",
"version": 0
}
],
"total": 0
}