Skip to main content
Skip table of contents

Getting Information on a Device

→ Send a GET request to /v3/thinclients/[id] to get information about a device:

curl \

--request GET\

--header 'Cookie: JSESSIONID=3FB2F3F6A089FE9029DFD6DAFEF146DC' \

https://[server]:8443/umsapi/v3/thinclients/27

The device ID is passed to the API as a Path Variable in the URL.

The response contains the most important properties of the device with the ID 27:

Response

{

"unitID": "00E0C54DCB8E",

"mac": "00E0C54DCB8E",

"firmwareID": "21",

"lastIP": "172.30.91.43",

"id": "27",

"name": "Front Desk",

"parentID": "-1",

"movedToBin": false,

"objectType": "tc",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/thinclients/27"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v3/firmwares/21"

}

]

}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.