{
"condition_list": [
{
"field_id": "string",
"func": "string",
"opt": "eq",
"value": {},
"var": true,
"var_type": 0
}
],
"page_size": 0,
"page_token": "string",
"with_total": true
}curl --location --request POST '/v7/low_code_app/app_instance//table//records/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition_list": [
{
"field_id": "string",
"func": "string",
"opt": "eq",
"value": {},
"var": true,
"var_type": 0
}
],
"page_size": 0,
"page_token": "string",
"with_total": true
}'{
"data": {
"items": [
{
"row_data": {}
}
],
"next_page_token": "string",
"total": 0
},
"code": 0,
"more": {},
"msg": "string"
}