Get ContextService Configuration
HTTPS Method |
GET |
URI |
https://<server>/adminapi/contextserviceconfiguration |
Example URI |
https://uccx-server/adminapi/contextserviceconfiguration |
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"?>
<contextServiceConfiguration>
<labMode>false</labMode>
<requestTimeoutMillis>5000</requestTimeoutMillis>
<proxyType>none</proxyType>
</contextServiceConfiguration>