跳至主要内容

Get device latest CPQ data from cache

GET 

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

Retrieve the latest CPQ (Current Process Quantity) data of a device from distributed cache.

Parameters

  • deviceId (string, required): Unique ID of the device. Example: 74fe488d5d35

Responses

  • 200 OK: Returns the latest CPQ data including value object, value type, timestamp, and data object name.
  • 204 No Content: No cached data available for the specified device.

Security

  • This API requires authentication.

Request

Responses

OK