docs of get by position now working

This commit is contained in:
filipriec
2025-03-05 19:29:55 +01:00
parent c27fa586d3
commit af37c6c0bb

View File

@@ -0,0 +1,26 @@
grpcurl -plaintext -d '{
"profile_name": "default",
"table_name": "2025_adresar",
"position": 1
}' localhost:50051 multieko2.tables_data.TablesData/GetTableDataByPosition
{
"data": {
"banka": "New Banka",
"deleted": "false",
"drc": "New DRC",
"fax": "New Fax",
"firma": "New Firma",
"ico": "New ICO",
"id": "2",
"kontakt": "New Kontakt",
"kz": "New KZ",
"mesto": "New Mesto",
"psc": "New PSC",
"skladm": "New Skladm",
"skladu": "New Skladu",
"stat": "New Stat",
"telefon": "New Telefon",
"ucet": "New Ucet",
"ulica": "New Ulica"
}
}