v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\MeasurementController

api/sensors/lastweight GET Request last weight related measurement values from a sensor (Device), used by legacy webapp to show calibration data: ['w_fl', 'w_fr', 'w_bl', 'w_br', 'w_v', 'weight_kg', 'weight_kg_corrected', 'calibrating_weight', 'w_v_offset', 'w_v_kg_per_val', 'w_fl_offset', 'w_fr_offset', 'w_bl_offset', 'w_br_offset']

get/api/sensors/lastweight

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

keystring

DEV EUI to look up the sensor (Device)

idinteger

ID to look up the sensor (Device)

hive_idinteger

Hive ID to look up the sensor (Device)

Example request

{
  "key": "accusantium",
  "id": 15,
  "hive_id": 20
}