/devices

Get an Unmanaged Device

Returns a specified unmanaged device.

An unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any access codes on an unmanaged device are unmanaged. To control an unmanaged device with Seam, convert it to a managed device.

You must specify either device_id or name.

post/devices/unmanaged/get

Request body

device_idstring uuid

ID of the unmanaged device that you want to get.

namestring

Name of the unmanaged device that you want to get.

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.