Skip to main content

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:
Replace https://<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:
Response 200 OK:

POST /api/v1/Configuration

Request:
Response 200 OK:

POST /api/v1/Configuration/delete

Request:
Response 200 OK:

GET /api/v1/DomainConfig

Request:
Response 200 OK:

POST /api/v1/DomainConfig

Request:
Response 200 OK:

GET /api/v1/Feature

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.