Restituisce i gruppi aziendali.
Sintassi
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
Input (getGroupsParam)
Nome | Tipo | Obbligatorio | Descrizione |
---|---|---|---|
companyHandle | xsd:string |
Sì | Il manico per l'azienda. |
Output (getGroupsReturn)
Nome | Tipo | Obbligatorio | Descrizione |
---|---|---|---|
groupArray | types:GroupArray |
Sì | Matrice di gruppi. |
Questo codice restituisce un array contenente tutti i gruppi appartenenti a una società specifica e informazioni specifiche su ciascun gruppo.
Request Contents (Richiesta contenuto)
<ns1:getGroupsParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
<ns1:companyHandle>47</ns1:companyHandle>
</ns1:getGroupsParam>
<getGroupsReturn xmlns="http://www.scene7.com/IpsApi/xsd">
<groupArray>
<items>
<groupHandle>225</groupHandle>
<companyHandle>47</companyHandle>
<name>MyGroup</name>
<isSystemDefined>false</isSystemDefined>
</items>
</groupArray>
</getGroupsReturn>