Developers Guide

Table Of Contents
"@odata.id": "/api/DeviceService/Devices(10085)/
GraphicInfo"
},
"DeployRequired": {
"@odata.id": "/api/DeviceService/Devices(10085)/
DeployRequired"
}
}
]
}
/api/DeviceService/Devices(Id)
This URI represents a specific device within the collection.
GET method for Devices(Id)
This method returns the details of a specific device.
Description Returns the details of a specific device.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#DeviceService.Device",
"@odata.type": "#DeviceService.Device",
"@odata.id": "/api/DeviceService/Devices(10086)",
"Id": 10086,
"Type": 1000,
"Identifier": null,
"DeviceServiceTag": null,
"ChassisServiceTag": "0064",
"Model": "unknown",
"PowerState": 18,
"ManagedState": 3000,
"Status": 1000,
"ConnectionState": true,
"AssetTag": null,
"SystemId": 0,
"DeviceName": "10.35.0.43",
"LastInventoryTime": "2021-08-19 14:33:02.221",
"LastStatusTime": null,
"DeviceSubscription": null,
"DeviceCapabilities": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
11,
12,
13,
14,
15,
16,
208,
17,
298
Devices