getGroupConfigData

This method returns a skin’s configuration data, such as metadata and challenge questions, in XML. System Administrators can use this web service to retrieve any skin configuration. Users can retrieve skin configuration for 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 from which to retrieve configuration information.

Response Type

Response Type: String

XML Example

<?xml version="1.0" encoding="UTF-8" ?>
<group_config>
 <config_item>
 <config-entry-name>displayname</config-entry-name>
 <config-entry-value>
 <![CDATA[WKFS-Sudbury]]>
 </config-entry-value>
 </config_item>
 <config_item>
 <config-entry-name>suffixes</config-entry-name>
 <config-entry-value>
 <![CDATA[@secure-dx.com,@isentry.com,@wolterskluwer.com]]>
 </config-entry-value>
 </config_item>
 <config-entry-name>groupid</config-entry-name>
 <config-entry-value>
 <![CDATA[90004]]>
 </config-entry-value>
 </config_item>
 <config_item>
 <config-entry-name>paperoutaccount</config-entry-name>
 <config-entry-value>
 <![CDATA[90004_paperout@isentry.com]]>
 </config-entry-value>
 </config_item></group_config>