API Guide

Table Of Contents
Table 106. Attributes (continued)
Attribute name Description
MembershipTypeId Group membership type.
12 Static
24 Dynamic
Link
Devices Group link to list group devices.
AllLeafDevices Group link to list all group sub groups devices.
GroupHierarchy Group link to list the group hierarchy.
SubGroup Group link to display the list of sub groups of this group.
GroupDevicesSummary Group link to display a summary of all group devices.
Table 107. Filters
Attribute name Description
Top Top records to return. Default value is 100.
Skip Max records to skip. Default value is 0.
Name Filter by group name.
Description Filter by group description.
Type Filter by group type.
MembershipType Filter by group membership type.
GlobalStatus Filter by group global status.
DefinitionId Filter by group definition ID.
DefinitionDescription Filter by group definition description.
Visible Filter by group visibility.
CreatedBy Filter by the entity that created the group.
UpdatedBy Filter by the entity that updated the group.
CreationTimeBegin Filter by the start-time when the group was created.
CreationTimeEnd Filter by the end-time when the group was created.
UpdatedTimeBegin Filter by the start-time when the group was updated.
UpdatedTimeEnd Filter by the end-time when the group was updated.
/api/GroupService/Groups(Id)
This URI represents a specific group within the collection.
GET method for Groups(Id)
This method returns the details of a group within the collection.
Description
Returns the details of a group
Privilege VIEW
HTTP response
codes
200
292 Groups