跳至主要内容

Get device latest telemetry snapshot

GET 

/platform/solutions/api/v1/devices/{deviceId}/inputs/data-objects/latest

Retrieve the latest snapshot of all telemetry data of a device, including online status and last dataObject values.

Parameters

  • deviceId (string, required): MAC address of the device. Example: 74fe488d5d35
  • dataObjectName (string, optional): Filter by dataObject channel name. Example: temperature

Responses

  • 200 OK: returns the latest snapshot of all telemetry records.

Security

  • This API requires authentication.

Request

Responses

OK