GET /v3/thinclients/{tcId}?facets=online
Summary
Gets information on the specified thin client with its online status.
Resource URL
/v3/thinclients/{tcId}?facets=online
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/thinclients/95?facets=online
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | thin client ID |
Response Type
Returns a TCResourceV3 with its online status.
Example Response
{
"unitID": "00E0C514325B",
"mac": "00E0C514325B",
"firmwareID": "6",
"lastIP": "172.30.92.26",
"online": false,
"batteryLevel": 0,
"id": "95",
"name": "ITC00E0C514325B",
"parentID": "-1",
"movedToBin": false,
"objectType": "tc",
"links": []
}