export_records
ActiveTool of QuintaDB
declared in 1.0.0
Експортувати записи форми у XLSX або PDF і надіслати на email.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id"
],
"properties": {
"email": {
"type": "string",
"description": "Email отримувача (за замовчуванням — поточний юзер)"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"format": {
"type": "string",
"description": "xlsx (default) або pdf"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"report_id": {
"type": "string",
"description": "ID звіту/фільтру для вибіркового експорту"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries