GET /v3/thinclientview/{viewId}
This IMI resource is available with UMS 6.10.110 or higher.
Summary
Gets information on all endpoint devices in the view with the id {viewId}
.
"movedToBin":"true"
), but you will not be able to call methods on those devices.
Resource URL
/v3/thinclientview/{viewId}
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/thinclientview/{viewId}
Response Type
Returns an Array of TCResourceV3.
Example Response
[
{
"unitID": "00E0C514325B",
"mac": "00E0C514325B",
"firmwareID": "6",
"lastIP": "172.30.92.26",
"batteryLevel": 0,
"id": "95",
"name": "ITC00E0C514325B",
"parentID": "-1",
"movedToBin": false,
"objectType": "tc",
"links": []
},
{
"unitID": "000BCA050027",
"mac": "000BCA050027",
"firmwareID": "6",
"lastIP": "172.30.91.87",
"batteryLevel": 0,
"id": "47922",
"name": "ITC000BCA050027",
"parentID": "-1",
"movedToBin": false,
"objectType": "tc",
"links": []
}
]