{
"prefer_id": true,
"records": [
"string"
],
"show_fields_info": true,
"show_record_extra_info": true,
"text_value": "string"
}curl --location --request POST '/v7/coop/dbsheet//sheets//records/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"prefer_id": true,
"records": [
"string"
],
"show_fields_info": true,
"show_record_extra_info": true,
"text_value": "string"
}'{
"data": {
"fields_schema": [
{
"data": {
"default_value": "string",
"default_value_type": "string",
"number_format": "string"
},
"id": "string",
"name": "string",
"type": "string"
}
],
"records": [
{
"created_time": "string",
"creator": "string",
"fields": "string",
"id": "string",
"last_modified_by": "string",
"last_modified_time": "string"
}
]
},
"code": 0,
"more": {},
"msg": "string"
}