API Guide

/api/GroupService/Groups(Id)/
GroupDevicesSummary
This URI represents the device summary for a group.
GET method for GroupDevicesSummary
This method returns the device summary of a group. The summary contains the device types and their status. The status indicates the
health of each set of devices.
Description Returns the device summary of a group.
Privilege VIEW
HTTP response
codes
Example response
body
{
"@odata.context": "$metadata#Collection(GroupService.GroupDevicesSummary)",
"@odata.count": 1,
"value": [
{
"DeviceType": 1000,
"TotalCount": 55,
"GroupDevicesStatusSummary": [
{
"StatusType": 1000,
"Count": 29
},
{
"StatusType": 2000,
"Count": 5
},
{
"StatusType": 3000,
"Count": 4
},
{
"StatusType": 4000,
"Count": 17
},
{
"StatusType": 5000,
"Count": 0
}
]
}
]
}
Table 104. Attributes
Attribute name Description
Id ID of the group.
Groups 255