API Guide

Table Of Contents
"$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 111. Attributes
Attribute name Description
Id ID of the group.
/api/GroupService/Groups(group id)/
AllLeafDeviceSummaries
This URL returns the device data in the specified group.
GET method for AllLeafDeviceSummaries
Description
Returns the device data in the specified group.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(DeviceService.DeviceMinModel)",
"@odata.count": 25,
"value": [
{
"@odata.type": "#DeviceService.DeviceMinModel",
"@odata.id": "/api/GroupService/Groups(500)/
AllLeafDeviceSummaries(14164)",
"Id": 14164,
"DeviceName": "100.97.135.51",
298 Groups