get_records
ActiveTool of QuintaDB
declared in 1.0.0
Отримати записи з форми. Підтримує пошук і пагінацію
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id"
],
"properties": {
"page": {
"type": "number",
"default": 1,
"description": "Page number for pagination (starts at 1)"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"search": {
"type": "string",
"description": "Пошуковий текст"
},
"per_page": {
"type": "number",
"default": 20,
"description": "Макс 100"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"report_id": {
"type": "string",
"description": "ID звіту (view) для фільтрації записів"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries