Aller au contenu principal

Informations d'un objet connecté

GET 

https://www.beekube.com/api/v1/device/:id

Informations d'un objet connecté

Request

Path Parameters

    id integerrequired

    Identifiant de l'objet

Responses

OK

Schema

    id integer

    ID

    typeConnection nullable

    Type de connexion : Sigfox = 0, Lora = 2, Satellite = 3

    refExtern stringnullable

    Référence externe

    name stringnullable

    Nom de la balance

    last_sync date-timenullable

    Date de dernière synchronisation

    state integernullable

    Statut

    lat floatnullable

    Latitude

    lng floatnullable

    Longitude

curl -L 'https://www.beekube.com/api/v1/device/:id' \
-H 'Accept: application/json' \
-H 'X-API-KEY: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://www.beekube.com/api/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!