{
"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-portal/sys/sysMenu/v1/listJson' \
--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": [
{
"activeTab": "string",
"alias": "string",
"check": "string",
"children": [
{}
],
"href": "string",
"i18n": [
{
"key": "string",
"refId": "string",
"refSystem": 0,
"refType": "string",
"resources": [
{
"description": "string",
"file": {
"absolute": true,
"absoluteFile": {},
"absolutePath": "string",
"canonicalFile": {},
"canonicalPath": "string",
"directory": true,
"executable": true,
"file": true,
"freeSpace": 0,
"hidden": true,
"lastModified": 0,
"name": "string",
"parent": "string",
"parentFile": {},
"path": "string",
"readable": true,
"totalSpace": 0,
"usableSpace": 0,
"writable": true
},
"filename": "string",
"inputStream": {},
"open": true,
"readable": true,
"uri": {
"absolute": true,
"authority": "string",
"fragment": "string",
"host": "string",
"opaque": true,
"path": "string",
"port": 0,
"query": "string",
"rawAuthority": "string",
"rawFragment": "string",
"rawPath": "string",
"rawQuery": "string",
"rawSchemeSpecificPart": "string",
"rawUserInfo": "string",
"scheme": "string",
"schemeSpecificPart": "string",
"userInfo": "string"
},
"url": {
"authority": "string",
"content": {},
"defaultPort": 0,
"deserializedFields": {},
"file": "string",
"host": "string",
"path": "string",
"port": 0,
"protocol": "string",
"query": "string",
"ref": "string",
"serializedHashCode": 0,
"userInfo": "string"
}
}
]
}
],
"id": "string",
"isParent": "string",
"menuIcon": "string",
"name": "string",
"open": true,
"parentId": "string",
"path": "string",
"pkVal": "string",
"routeExtend": "string",
"routerExtend": "string",
"show": true,
"sn": 0,
"sysMethods": [
{
"alias": "string",
"id": "string",
"menuAlias": "string",
"name": "string",
"path": "string",
"pkVal": "string",
"requestUrl": "string",
"tenantId": "string"
}
],
"tabsStyle": "string",
"tenantId": "string",
"type": "string"
}
],
"total": 0
}