/getMySensors
by Marco Lettieri | Sensor Method detail, Senza categoria
Method description
|
End point |
/getMySensors |
Description |
Returns the list of all the sensors of the user |
Request method |
POST |
Bearer token |
Required |
Request
|
RequestParam |
|
RequestBody |
None |
Response
|
A JSONArray representation of the user’s sensors |
Example |
Array
|
Fields |
Field name |
Description |
Type |
id |
Sensor identifier |
Long |
label |
Sensor label |
String |
lastUpdate |
Time of the last update message received from this sensor |
Long |
prototypeID |
Identifier of the sensor prototype |
Long |
prototypeName |
prototype name |
String |
beeID |
Identifier of the BEE associated with this sensor |
Long |
beeName |
Name of the BEE associated with this sensor |
String |
|