{
"page": {
"records": [],
"total": 0,
"size": 10,
"current": 1,
"orders": []
},
"params": [
{
"fieldName": "customField1",
"condition": "eq",
"value": "0001"
}
]
}curl --location --request POST '/admin/api/customTemplateData/ZJFA001/page' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"records": [],
"total": 0,
"size": 10,
"current": 1,
"orders": []
},
"params": [
{
"fieldName": "customField1",
"condition": "eq",
"value": "0001"
}
]
}'{}