Overview
Stores and retrieves system-wide and domain-level configuration key-value pairs. Used by other services to read runtime settings, feature flags, and deployment-specific configuration.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
GET /api/v1/Configuration
Request:
200 OK:
POST /api/v1/Configuration
Request:
200 OK:
POST /api/v1/Configuration/delete
Request:
200 OK:
GET /api/v1/DomainConfig
Request:
200 OK:
POST /api/v1/DomainConfig
Request:
200 OK:
GET /api/v1/Feature
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

