{
"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-form/form/printTemplate/v1/getPrintList?type=' \
--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": [
{
"alias": "string",
"boDefIds": "string",
"dataSource": "string",
"dataSourceForm": "string",
"defId": "string",
"desc": "string",
"fileId": "string",
"fileJson": "string",
"fileName": "string",
"formId": "string",
"formKey": "string",
"id": "string",
"isMain": "string",
"labelConfigs": "string",
"mainSqlList": "string",
"name": "string",
"pkVal": "string",
"printType": "string",
"scriptStr": "string",
"typeId": "string",
"typeName": "string"
}
],
"total": 0
}