SoapDetailedGroup data structure

Element

Description

Type

Occurrences

active

Indicates whether the Group is active or inactive

Boolean

1

allowDuplicates

Indicates whether the Group allows duplicate members

Boolean

1

coverages

List of Coverages in the Group

SoapCoverageList

 

description

Group's description

string

1

externallyOwned

Indicates whether the Group is controlled by an external source

Boolean

1

name

Group's name

string

1

observedByAll

Indicates whether the Group can be observed by all Roles

Boolean

1

observers

List of observer Roles for the Group

SoapQueryGroupsObserverList

1

site

Site associated with the Group for holidays

string

1

supervisors

List of Group's supervisors

SoapQueryGroupsSupervisorList

1

teams

List of Teams in the Group

SoapTeamNameList

 

timeZone

Time zone associated with the Group

string

1

useDefaultDevices

Indicates whether the Group is flagged to use the member's default Devices

Boolean

1

Specification:

<xs:complexType name="SoapDetailedGroup">

  <xs:sequence>

    <xs:element name="active" type="xs:boolean"/>

    <xs:element name="allowDuplicates" type="xs:boolean"/>

    <xs:element name="coverages" nillable="true" type="ns:SoapCoverageList"/>

    <xs:element name="description" nillable="true" type="xs:string"/>

    <xs:element name="externallyOwned" type="xs:boolean"/>

    <xs:element name="name" nillable="true" type="xs:string"/>

    <xs:element name="observedByAll" type="xs:boolean"/>

    <xs:element name="observers" nillable="true" type="ns:SoapQueryGroupsObserverList"/>

    <xs:element name="site" nillable="true" type="xs:string"/>

    <xs:element name="supervisors" nillable="true" type="ns:SoapQueryGroupsSupervisorList"/>

    <xs:element name="teams" nillable="true" type="ns:SoapTeamNameList"/>

    <xs:element name="timezone" nillable="true" type="xs:string"/>

    <xs:element name="useDefaultDevices" type="xs:boolean"/>

  </xs:sequence>

</xs:complexType>

Example