Returns the state of the device.
Resource URL
https://api.seneye.com/v1/devices/:id/state
Parameters
:id required
The ID of the device for which to return results for.
values IntegerExample Request
| GET | 
  | 
{
 "disconnected":"1",
 "slide_serial":"z35wj896rh1",
 "slide_expires":"1498057268",
 "out_of_water":"0",
 "wrong_slide":1,
 "last_experiment":"1383066000"
} | |