List Devices
{
"devices": [
{
"id": "deviceId",
"name": "deviceName"
}
]
}The devices list can be indexed further by using the id field of interest.
{
"devices": [
{
"id": "deviceId",
"name": "deviceName"
}
]
}The devices list can be indexed further by using the id field of interest.