/getSensorDetails

Method description End point/getSensorDetails DescriptionReturns detailed information about a Sensor Request methodPOST Bearer tokenRequired Request RequestParam Field name Description Type id Sensor identifier Long RequestBodyNone Response A JSONObject representation of the sensor Example Array Fields Field name Description Type id Sensor identifier Long label Sensor label String lastUpdate Time of the last update message received [...]

/getMySensors

Method description End point/getMySensors DescriptionReturns the list of all the sensors of the user Request methodPOST Bearer tokenRequired Request RequestParam RequestBodyNone 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 [...]

/updateBee

Method description End point /updateBee Description Update GateBEE label Request method POST Bearer token Required Request RequestParam Field name Description Type id Gate identifier Long label Gate label String RequestBodyA JSONObject with these fields Field name Description Type id BEE identifier Long name The new BEE name String sensors A JSONArray representation of the Sensor [...]

/getGateBees

Method description End point/getGateBees DescriptionReturns the list of the BEEs linked to a specific Gate Request methodPOST Bearer tokenRequired Request RequestParam Field nameDescriptionType idGate identifierLong RequestBody None Response A JSONArray representation of the BEEs linked to a specific Gate Example Array Fields Field name Description Type id BEE identifier Long label BEE label String serial [...]

/getBeeDetails

Method description End point /getBeeDetails Description Returns detailed informations about a specific BEE Request method POST Bearer token Required Request RequestParam Field name Description Type id BEE identifier Long RequestBody None Response A JSON representation of the selected BEE Example Array Fields Field name Description Type id BEE identifier Long label BEE label String serial [...]