{\rtf1}

GET devices/:id

Return the common infomations of the device.

Resource URL

https://api.seneye.com/v1/devices/:id

Parameters

:id required

The ID of the device for which to return results for.

values Integer
IncludeState optional

Extend the result set with the current state of the device

values [0,1]

Example Request

GET

https://api.seneye.com/v1/devices/3442?user=***&pwd=***

Get device information in XML format, usign Http Header "Accept: application/xml"
GET

https://api.seneye.com/v1/devices/3442?IncludeState=1&user=***&pwd=***

Get device information in JSON format with extend status, usign Http Header "Accept: application/xml"