GET /v3/thinclients
Summary
Gets information on all thin clients registered with the UMS instance.
"movedToBin":"true"
), but you will not be able to call methods on those clients.
Resource URL
/v3/thinclients
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/thinclients
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": []
}
]