====== 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 ===== * [[.:administrator:start|Installation & Configuration]] * [[.:entwickler:start|API Documentation]] * [[.:anwender:start|Excel & Access Integration]]