Get System Configuration

HTTPS Method

GET

URI

https://<server>/adminapi/systemConfig

Example URI

https://uccx-Server/adminapi/systemConfig

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400, 500

Error Codes

Success Response

<?xml version="1.0" encoding="UTF-8"?>
<systemConfig>
    <appConfig>
        <notReadyOnSecondaryEnabled>false</notReadyOnSecondaryEnabled>
    </appConfig>
</systemConfig>