/getMyGates

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

Cloud API

Metodi Pubblici METODO URL POST /public/login POST /public/register POST /public/loginwithexternaloauth login Questo metodo permette di eseguire il login al Cloud microBees attraverso OAuth2. Richiesta di esempio: {"client_id":your-client-ID,"client_secret":your-secret-key,"grant_type":"password","username":utente@microbees.com,"password":"Js32dsa9Y"} client_id (String) ClientID della tua microBees APP ( se non ne hai già una creala su Le mie App) client_secret (String) La Secret Key della tua App microBees [...]

gateBee REST API

microBees gateBee REST API verifyConnection getGateBeeInfo getBees getActuators saveActuator sendCommand METODO URL * /verifyConnection * /getGateBeeInfo * /getBees * /getActuators POST /saveActuator POST /sendCommand   verifyConnection Questo metodo permette di verificare la corretta comunicazione con il gateBee. Non richiede alcun paramentro. Risposta esempio: {status:'5',response:'I\'m here!"'} getGateBeeInfo Questo metodo permette di verificare la corretta comunicazione con [...]