F5. Group List

Top  Previous  Next

XML Reply Structure

<drweb-avdesk-api api_build="201305131" api_version="3.2.0" local_timestamp="1299755107" operation="groups-list" server="127.0.0.1" srv_branch="REL-1000-AV" srv_version="10.01.0.201707130" status="true" timestamp="1299744307">

<groups total="12">

<group id="47fdf030-c1fe-485f-91f6-bf504913892a" name="test" child-groups="0" parent_id="none" parent_name="none" stations="0" />

<group id="test" name="New group" child-groups="0" parent_id="none" parent_name="none" stations="0" />

<group id="2987221d-b953-4854-8bba-84075b5d4707" name="Anton" child-groups="0" parent_id="none" parent_name="none" stations="0" />

<group id="a2c71c1a-424d-491e-838e-dcdbdbe96ed1" name="Vic" child-groups="0" parent_id="none" parent_name="none" stations="0" />

</groups>

</drweb-avdesk-api>

Description of XML Response Parameters

The <groups /> element contains a list of groups.

The <groups /> element attributes:

Attribute

Description

total

Total number of groups

The <group /> element contains information about a specific group.

Attribute

Description

Note

id

Group ID

 

name

Group name

 

stations

Number of stations in the group

 

child-groups

Number of child groups

 

parent_id

Parent group ID

If the value is none, then the parent group has not been set

parent_name

Parent group name

If the value is none, then the parent group has not been set