SoapQueryGroupsGroup 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 the Group's Coverages

SoapQueryGroupsScheduleList

1

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

Group observer Roles

SoapQueryGroupsObserverList

1

site

Site associated with the Group

string

1

supervisors

List of Group's supervisors

SoapQueryGroupsSupervisorList

1

teams

List of Teams in the Group

SoapTeamList

1

timeZone

Time zone associated with the Group

string

1

useDefaultDevices

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

Boolean

1

Specification:

<xs:complexType name="SoapQueryGroupsGroup">
  <xs:sequence>
    <xs:element name="active" type="xs:boolean"/>
    <xs:element name="allowDuplicates" type="xs:boolean"/>
    <xs:element name="coverages" nillable="true" type="ns:SoapQueryGroupsScheduleList"/>
    <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:SoapTeamList"/>
    <xs:element name="timezone" nillable="true" type="xs:string"/>
    <xs:element name="useDefaultDevices" type="xs:boolean"/>
  </xs:sequence>
</xs:complexType>

Example