/updateSensor

Method description End point /updateSensor Description Update properties of a sensor Request method POST Bearer token Required Request RequestParam Field name Description Type id Sensor identifier Long name Sensor label String RequestBody None Response A JSON representation of the updated Sensor

/getBeeSensors

Method description End point/getBeeSensors DescriptionReturns the list of all the sensors of a BEE Request methodPOST Bearer tokenRequired Request RequestParam Field nameDescriptionType idBEE identifierLong RequestBodyNone Response A JSONArray representation of the sensors associated to a BEE Example Array Fields Field name Description Type id Sensor identifier Long label Sensor label String lastUpdate Time of the [...]

/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 [...]