Toto je starší verze dokumentu!
API
Mervis DB nabízí otevřené rozhraní protokolu SOAP.
Pro speciální použití existují i další rozhraní pro komunikaci s Mervis DB - pro jejich použití a popis kontaktujte prosím technickou podporu.
Seznam základních podporovaných funkcí
| Function | Description |
|---|---|
| SaveData | Save one or multiple records from one or multiple variables |
| GetData/GetDataAsync | Read one or multiple records from one or multiple variables. |
| GetParticularData/GetParticulatDataAsync | Optimized method for reading of „special“ data - last value, last value after certain time moment etc. |
| GetVariables | Get the list of variables. |
| ServerAlive | Obsolete |
| DeleteVariables | |
| DeleteData | |
| EnsureVariables | |
| GetTransformedData/GetTransformedDataAsync | |
| GetServerVersion | |
| GetVariableStats | Obsolete |
| GetVariableStatsAsync | Obsolete |
Příklady použití
- C#
- PHP
- Matlab