{
"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/orgAuth/v2/orgAuths/getOrgAuthPage?orgCode=' \
--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"
}
]
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": {
"page": 0,
"pageSize": 0,
"rows": [
{
"demCode": "string",
"demId": "string",
"demName": "string",
"id": "string",
"isDelete": "string",
"layoutPerms": "string",
"orgId": "string",
"orgName": "string",
"orgPath": "string",
"orgPerms": "string",
"orgauthPerms": "string",
"pkVal": "string",
"posPerms": "string",
"roleConfig": "string",
"rolePerms": "string",
"userAccount": "string",
"userId": "string",
"userName": "string",
"userPerms": "string",
"version": 0
}
],
"total": 0
}
}