getConfigItemValueEx

This method returns a config item from a skin. 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.
configItem xsd:string mandatory - cannot be null or empty The name of the config item to retrieve. See getConfigDataEx for config item names.
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>allowcheckrecipientsbeforesending</config-entry-name>
 <config-entry-value>false</config-entry-value>
</config-entry>