Gets the property set types associated with the specified company, or global property set types if no company is specified.
Syntax
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Input (getPropertySetTypesParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string | No | The handle to the company that the property set types are associated with. Omit if you want to return global property set types. |
Output (getPropertySetTypesReturn)
Name | Type | Required | Description |
---|---|---|---|
typeArray | types:PropertySetTypeArray |
Yes | An array of property set types associated with the specified company, or the global property set types if no company was specified. |
Request
<getPropertySetTypesParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<companyHandle>c|1</companyHandle>
</getPropertySetTypesParam>
Response
<getPropertySetTypesReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<typeArray>
<items>
<typeHandle>pt|1</typeHandle>
<companyHandle>c|1</companyHandle>
<name>SavedSearch</name>
<propertyType>UserCompanyProperty</propertyType>
<alllowMultiple>true</alllowMultiple>
</items>
<items>
<typeHandle>pt|2</typeHandle>
<companyHandle>c|1</companyHandle>
<name>CompanyMetadata</name>
<propertyType>CompanyProperty</propertyType>
<alllowMultiple>true</alllowMultiple>
</items>
</typeArray>
</getPropertySetTypesReturn>