====== 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 ===== * [[.:entwickler:rest:start|REST API]] * [[.:entwickler:odata:start|OData API]] * [[.:entwickler:graphql:start|GraphQL API]]