Skip to main content
Skip table of contents

getdeviceinfo

/JSON?request=getdeviceinfo

Returns some device information such as the total number of devices in the system, the last time a device was added and the last time a device was removed. This information is helpful for UI applications that need to know if they should update their device list.

Example response:

JSON
{
	"Name": "Device Information",
	"Version": "1.0",
	"Count": 115,
	"TimeLastDeviceAdded": "/Date(1551123437757)/",
	"TimeLastDeviceRemoved": "/Date(1551123436581)/"
}


 

JavaScript errors detected

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

If this problem persists, please contact our support.