/getMyRawEnergyData

Method description End point /getMyRawEnergyData Description Returns a JSON representation of the raw stored energy data of a particular sensor Request method POST Bearer token Required Request RequestParam None RequestBody Field name Description Type minutesBack Number of minutes in the past from the current date Long sensor_id Sensor identifier Long Example Array Response A JSON [...]

/getMyEnergyData

Method description End point /getMyEnergyData Description Returns a JSON representation of the stored energy data of a particular sensor Request method POST Bearer token Required Request RequestParam None RequestBody Field name Description Type monthsBack Number of months in the past from the current date Integer sensor_id Sensor identifier Long Example Array Response A JSON representation [...]

/getBeeActuators

Method description End point/getBeeActuators DescriptionReturns the list of all the actuators of a BEE Request methodPOST Bearer tokenRequired Request RequestParam Field nameDescriptionType idBEE identifierLong RequestBodyNone Response A JSONArray representation of the actuators associated with a BEE Example Array Fields Field name Description Type id Actuator identifier Long label Actuator label String prototypeID Identifier of the [...]

/getActuatorDetails

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

In Your Application Delegate.

In your AppDelegate.m you connect yours app with My_Bees_Core, with this operation you can access to services in MicroBees platform. Array When the connection is established the code in first callback is executed, you can check if this operation is completed with success or is failed in this case will call second callback.