{
"appId": "620b446ee4b0dbc2f97d8210",
"formId": "620b4b41e4b0dbc2f97d85f2",
"filterInfo": {
"notJumpEmpty": 0,
"relation": "AND",
"conditionList": [
{
"method": "eq",
"value": [
"仓库A"
],
"field": "cangkuming",
"fixedValue": "fixed_value"
}
]
}
}
curl --location --request POST 'https://api.dev.161.54188.online/openapi/v2/app/form/simple/data_filter' \
--header 'x-apaas-accessToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "620b446ee4b0dbc2f97d8210",
"formId": "620b4b41e4b0dbc2f97d85f2",
"filterInfo": {
"notJumpEmpty": 0,
"relation": "AND",
"conditionList": [
{
"method": "eq",
"value": [
"仓库A"
],
"field": "cangkuming",
"fixedValue": "fixed_value"
}
]
}
}'
{}