/getMyBees
by Marco Lettieri | Bee Method detail
Method description
|
| End point |
/getMyBees |
| Description |
Returns the list of the user’s BEEs |
| Request method |
POST |
| Bearer token |
Required |
Request
|
| RequestParam |
None |
| RequestBody |
None |
Response
|
| A JSONArray representation of the user’s BEEs |
| Example |
Array
|
| Fields |
| Field name |
Description |
Type |
| id |
BEE identifier |
Long |
| label |
BEE label |
String |
| serial |
BEE serial number |
String |
| gate_serial |
Serial number of the Gate to which this BEE is linked |
String |
| gate_id |
Identifier of the Gate to which this BEE is linked |
Long |
| lastUpdate |
Time of the last update message received from this BEE |
Long |
| name |
Name of this BEE |
String |
| active |
Active status of the BEE |
Boolean |
| productID |
Identifier of the BEE product type (1 for WireBEE, 9 for SenseBEE) |
Long |
| rssi |
Radio link signal strength indicator |
Long |
| status_string |
A JSON representation of the BEE’s sensor status |
JSONObject |
|