API Guide

Table Of Contents
Groups
Topics:
/api/GroupService/Groups
/api/GroupService/Groups(Id)
/api/GroupService/Groups(Id)/Devices
/api/GroupService/Groups(Id)/GroupDevicesSummary
/api/GroupService/Groups(group id)/AllLeafDeviceSummaries
/api/GroupService/Groups(group id)/AllLeafDeviceSummaries?$filter=Type eq 4000
/api/GroupService/Groups(group id)/AllLeafDeviceSummaries?$filter=Type eq 4000&$top=25&$skip=0
/api/GroupService/Groups(group id)/AllLeafDeviceSummaries?$filter=Type eq
4000&$top=25&$skip=0&$orderby=Identifier asc
/api/GroupService/Groups(Id)/SubGroups
/api/GroupService/Groups(Id)/GroupHierarchy
/api/GroupService/GroupTypes
/api/GroupService/GroupTypes(Id)
/api/GroupService/MembershipTypes
/api/GroupService/MembershipTypes(Id)
/api/GroupService/AllGroupsHierarchy
/api/GroupService/Actions/GroupService.AddMemberDevices
/api/GroupService/Actions/GroupService.GroupsPrivilegesAction
/api/GroupService/Actions/GroupService.GroupsByPrivilegesAction
/api/GroupService/Groups
This URI represents the groups.
GET method for Groups
This method returns a list of groups.
Description
Returns a list of groups.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(GroupService.Group)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/GroupService/Groups(64)",
"Id": 64,
"Name": "All Devices",
"Description": "Group associated to all devices.",
"GlobalStatus": 5000,
"ParentId": 0,
"CreationTime": "2017-06-08 18:48:27.069",
"UpdatedTime": "2017-06-08 21:05:01.778",
"CreatedBy": "system",
9
290 Groups