Get an Unmanaged Device
Get a specified 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.
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
.
ID of the unmanaged device that you want to get.
Name of the unmanaged device that you want to get.
Request
Specify the desired unmanaged device by including the corresponding device_id
in the request body.
Request Body Parameters
device_id
String Required
ID of the desired device.
Sample Request
Response
Returns an unmanaged device
that contains the set of applicable device properties. For details, see Devices.
This response also includes a Boolean ok
status indicator.
Sample Response
Last updated
Was this helpful?