Inhaltsverzeichnis
4. API Overview
The Gateway offers three API styles for different use cases.
Route Prefixes
| Prefix | Usage |
|---|---|
/api/v1/dsn/{db}/ | Preconfigured databases |
/api/v1/db/{type}/{server}/{catalog}/ | Dynamic connections |
/odata/{db}/ | OData interface |
Examples
/api/v1/dsn/demo/tables /api/v1/db/mssql/localhost/northwind/tables /odata/demo/Customers
Continue to
Zuletzt geändert: on 2026/01/29 at 11:29 PM