API Guide

/api/GroupService/Groups(group id)/
AllLeafDeviceSummaries?$filter=Type eq 4000&
$top=25&$skip=0
This URL returns the specified list of device data beginning with the first device in the list and can also skip the specified number of
devices.
GET method for AllLeafDeviceSummaries?$filter=Type eq
4000&$top=25&$skip=0
Description Returns the specified list of device data beginning with the first device in the list and can also skip the specified
number of devices.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(DeviceService.DeviceMinModel)",
"@odata.count": 5,
"value": [
{
"@odata.type": "#DeviceService.DeviceMinModel",
"@odata.id": "/api/GroupService/Groups(500)/
AllLeafDeviceSummaries(15253)",
"Id": 15253,
"DeviceName": "MX5108n Ethernet Switch",
"Model": "MX5108n Ethernet Switch",
"Identifier": "8Y280T2",
"DeviceServiceTag": "8Y280T2",
"Type": 4000,
"Status": 1000,
"PowerState": 17,
"ConnectionState": true,
"ManagedState": 7000,
"DeviceCapabilities": [
18,
1,
3,
8,
2,
9,
7,
5
],
"DeviceManagement": [
{
"DeviceId": 15253,
"ManagementId": 5294,
"NetworkAddress": "XXX.XX.XXX.XX",
"MacAddress": "20:04:0F:13:3C:E2",
"InstrumentationName": "MX5108n Ethernet Switch",
"ManagementProfile": [
{
"ManagementProfileId": 5294,
"ManagementId": 0,
"AgentName": null,
"Version": null,
"ManagementURL": "http://XXX.XX.XXX.XX"
}
278
Groups