get_rel_id
ActiveTool of QuintaDB
declared in 1.0.0
Отримати numeric rel_id для поля типу 'rel' (зв'язок). Потрібен перед create/update record якщо треба заповнити rel-поле. Передай entity_id форми і property_id поля-зв'язку.
Parameters schema
{
"type": "object",
"required": [
"entity_id",
"property_id"
],
"properties": {
"entity_id": {
"type": "string",
"description": "ID форми де знаходиться rel-поле"
},
"property_id": {
"type": "string",
"description": "ID поля типу rel (з get_form_fields)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries