This is an old revision of the document!
API
Mervis DB supports open SOAP API.
Contact technical support for other non-public APIs that can be used for your projects.
List of supported functions
| 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 |
Examples
- C#
- PHP
- Matlab