Summary

Gets asset information on a specific thin client.

Resource URL

/v3/assetinfo/thinclients/{tcId}

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/assetinfo/thinclients/47922

Request Path Variables

Name

Type

Mandatory

Description

tcId

String

yes

thin client ID

Response Type

Returns an array of AssetInfoResource.

Example Response

{

"assetinfos": [

{

"tcId": 47922,

"assetId": 49072,

"assetName": "Bluetooth Dongle (HCI mode)",

"assetVendor": "Cambridge Silicon Radio, Ltd",

"deviceId": "0001",

"categoryList": {

"categoryList": [

{

"categoryId": 49073,

"categoryName": "Bluetooth"

}

]

},

"detailList": {

"detailList": [...]

}

},

{

"tcId": 47922,

"assetId": 49070,

"assetName": "M105 Optical Mouse",

"assetVendor": "Logitech, Inc.",

"deviceId": "c077",

"categoryList": {

"categoryList": [

{

"categoryId": 49071,

"categoryName": "Mouse"

}

]

},

"detailList": {

"detailList": [...]

}

},

{

"tcId": 47922,

"assetId": 49067,

"assetName": "Elite Keyboard",

"assetVendor": "Hewlett-Packard",

"deviceId": "034a",

"categoryList": {

"categoryList": [

{

"categoryId": 49068,

"categoryName": "Keyboard"

},

{

"categoryId": 49069,

"categoryName": "Human Interface Device"

}

]

},

"detailList": {

"detailList": [...]

}

}

],

"links": []

}