GET /v3/thinclients/{tcId}
Summary
Gets information on the specified thin client.
Resource URL
/v3/thinclients/{tcId}
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/thinclients/95
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | thin client ID |
Response Type
Returns a 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": []
}