{
"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/uc/matrix/v2/data/list/' \
--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": {
"colFields": [
{
"code": "string",
"colDef": {
"bindKey": "string",
"bindValue": "string",
"code": "string",
"colConfig": "string",
"colType": 0,
"createBy": "string",
"createOrgId": "string",
"createTime": "2019-08-24T14:15:22Z",
"ctrlType": "string",
"id": "string",
"isDele": 0,
"isOrgId": "string",
"matrixId": "string",
"name": "string",
"pkVal": "string",
"queryAlias": "string",
"searchField": "string",
"searchParent": "string",
"selectType": 0,
"sn": 0,
"status": 0,
"tenantId": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"comment": "string",
"field": "string",
"ftype": "string"
}
],
"matrix": {
"code": "string",
"condList": [
{
"bindKey": "string",
"bindValue": "string",
"code": "string",
"colConfig": "string",
"colType": 0,
"createBy": "string",
"createOrgId": "string",
"createTime": "2019-08-24T14:15:22Z",
"ctrlType": "string",
"id": "string",
"isDele": 0,
"isOrgId": "string",
"matrixId": "string",
"name": "string",
"pkVal": "string",
"queryAlias": "string",
"searchField": "string",
"searchParent": "string",
"selectType": 0,
"sn": 0,
"status": 0,
"tenantId": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"createBy": "string",
"createOrgId": "string",
"createTime": "2019-08-24T14:15:22Z",
"enabled": 0,
"id": "string",
"isDele": 0,
"managerId": "string",
"managerName": "string",
"name": "string",
"pkVal": "string",
"roleList": [
{
"bindKey": "string",
"bindValue": "string",
"code": "string",
"colConfig": "string",
"colType": 0,
"createBy": "string",
"createOrgId": "string",
"createTime": "2019-08-24T14:15:22Z",
"ctrlType": "string",
"id": "string",
"isDele": 0,
"isOrgId": "string",
"matrixId": "string",
"name": "string",
"pkVal": "string",
"queryAlias": "string",
"searchField": "string",
"searchParent": "string",
"selectType": 0,
"sn": 0,
"status": 0,
"tenantId": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"status": 0,
"tenantId": "string",
"typeId": "string",
"typeName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"pageList": {
"page": 0,
"pageSize": 0,
"rows": [
{
"property1": {},
"property2": {}
}
],
"total": 0
}
}
}