Quick Start

First steps with the Data Gateway.

Start Server

WvdS.WebAPI.Data.Gateway.Api.exe

The server runs by default on http://localhost:5000.

First Query

# Retrieve table list
curl http://localhost:5000/api/v1/dsn/demo/tables

Read Data

# The first 10 customers
curl "http://localhost:5000/odata/demo/Customers?\$top=10"

Next Steps

Zuletzt geändert: on 2026/01/30 at 12:10 AM