/getMyGates
by Marco Lettieri | Gate Method detail
Method description
|
| End point |
/getMyGates |
| Description |
Get the list of all theĀ GateBEEs of the user identified by the Bearer Token |
| Request method |
POST |
| Bearer token |
Required |
Request
|
| RequestParam |
None |
| RequestBody |
None |
Response
|
| A JSONArray representation of the user’s Gates |
| Example |
Array
|
| Fields |
| Field name |
Description |
Type |
| id |
Gate identifier |
Long |
| serial |
Gate serial number |
String |
| label |
Gate label |
String |
| connected |
Get the Hive connection status of the Gate |
Boolean |
|