Overview
Manages data connectors for live data in PADS4 presentations. Supports SQL databases, REST APIs, OData feeds, Excel/CSV files, and other external data sources that feed dynamic content into displays.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
POST /api/v1/Data/CreateDataSource
Request:
200 OK:
POST /api/v1/Data/GetDataSourceData
Request:
200 OK:
POST /api/v1/Data/DeleteDataSource
Request:
200 OK:
POST /api/v1/Data/SendDataSet
Request:
200 OK:
POST /api/v1/DataVault
Request:
200 OK:
POST /api/v1/DataVault/data
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

