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.
You must specify either device_id or name.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
device_idstring · uuidOptional
ID of the unmanaged device that you want to get.
namestringOptional
Name of the unmanaged device that you want to get.
Responses
200
OK
application/json
okbooleanRequired
400
Bad Request
401
Unauthorized
post
/devices/unmanaged/getRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Sample Response
Last updated
Was this helpful?

