GET

Get the public prefix settings. If the property is not set, it will return no prefix.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/publicprefix/default

HTTPS method:

GET

Example XML response:


<Publicprefix>
  <path>
    https://[public_server]:[serverport]
    [/optional/path]
  </path>
  <refURL>
    https://[ServerIP]:[Port]/ccp-webapp/ccp/
    publicprefix/default
  </refURL>
</Publicprefix>

See also API Conventions.