getConfigDataEx

The method returns all the configuration item names that can be used with getConfigDataValueEx to retrieve config item values. System Administrators can use this web service to retrieve skin configuration items from any skin. Users can retrieve skin configuration items from any skins to which that user has permission to or is a member of.

Request Parameters

Parameter Type Requirement Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null (indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.
skinId xsd:string mandatory - cannot be null or empty The ID of the skin to get configuration from.

Response

Response Type: String

XML Example

<?xml version="1.0" encoding="utf-8"?>
<config-entry>
 <config-entry-name>additionalauthenticationfields</config-entry-name>
 <config-entry-name>allowcheckrecipientsbeforesending</config-entry-name>
 <config-entry-name>allowloginifnotinipaddress</config-entry-name>
 <config-entry-name>appraisalaccount</config-entry-name>
 <config-entry-name>bannercolor1</config-entry-name>
 <config-entry-name>bannercolor2</config-entry-name>
 <config-entry-name>replybyfaxnumber</config-entry-name>
</config-entry>