search_records
ActiveTool of QuintaDB
declared in 1.0.0
Пошук/фільтрація записів (filter records, find entries, query data). Оператори: is, is_not, contains, not_contains, starts_with, ends_with, is_empty, is_not_empty, gt, lt
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id",
"conditions"
],
"properties": {
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"conditions": {
"type": "array",
"items": {
"type": "object",
"required": [
"field_name",
"operator"
],
"properties": {
"value": {
"type": "string"
},
"operator": {
"type": "string",
"description": "is | is_not | contains | gt | lt | is_empty | is_not_empty"
},
"field_name": {
"type": "string",
"description": "Назва поля"
}
}
},
"description": "Умови пошуку"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries