getCompanySettings
Returns IPS settings for a specific company.
Syntax
Authorized User Types
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
ImagePortalAdmin
Parameters
Input (getCompanySettingsParam)
Name
Type
Required
Description
companyHandle
xsd:string
Yes
The handle to the company whose settings you wish to retrieve.
Output (getCompanySettingsReturn)
Name
Type
Required
Description
settings
types:CompanySettings
Yes
Company settings.
Examples
This code sample returns all IPS settings for a specific company.
Request
<ns1:getCompanySettingsParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<ns1:companyHandle>c|6</ns1:companyHandle>
</ns1:getCompanySettingsParam>
Response
<getCompanySettingsReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<settings>
<metadataArray>
<items>
<name>Profile Class</name>
<value>1</value>
<longVal>1</longVal>
</items>
<items>
<name>Default Color Profile</name>
<value>1</value>
</items>
</metadataArray>
<iccProfileInfo>
<originalPath>Scene7SharedAssets/ICCColorProfiles/Adobe ICC Profiles/RGB Profiles/</originalPath>
<originalFile>sRGB Color Space Profile.icm</originalFile>
<fileSize>0</fileSize>
</iccProfileInfo>
</defaultDisplayProfile>
<diskSpaceWarningMin>100000</diskSpaceWarningMin>
<emailTrashCleanupWarning>true</emailTrashCleanupWarning>
</settings>
</getCompanySettingsReturn>
4e9b9d8c-5839-4215-aa35-01b652869681