v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\MeasurementController

api/sensors/lastvalues GET Request last measurement values of all sensor measurements from a Device

get/api/sensors/lastvalues

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

keystring

DEV EUI to look up the Device.

idinteger

ID to look up the Device

hive_idinteger

Hive ID to look up the Device

Example request

{
  "key": "omnis",
  "id": 19,
  "hive_id": 20
}