{\rtf1}

GET devices/:id/state

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 Integer

Example Request

GET

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

{
 "disconnected":"1",
 "slide_serial":"z35wj896rh1",
 "slide_expires":"1498057268",
 "out_of_water":"0",
 "wrong_slide":1,
 "last_experiment":"1383066000"
}