getGroups getgroups

Restituisce i gruppi di società.

Sintassi

Tipi di utenti autorizzati section-27c77680a2f34e2f9ecd0af4ebb6847e

  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin

Parametri section-0e06195f23dd4c69922df210f566dd18

Input (getGroupsParam)

Nome
Tipo
Obbligatorio
Descrizione
companyHandle
xsd:string
La maniglia per l'azienda.

Output (getGroupsReturn)

Nome
Tipo
Obbligatorio
Descrizione
groupArray
types:GroupArray
Array di gruppi.

Esempi section-ed0708f611574354bf0c6ea83912b531

Questo codice restituisce un array che contiene tutti i gruppi che appartengono 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>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681