Skip to main content

Retrieve the latest values of the device data objects.

GET 

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

Retrieve all latest data objects for the device within the system - defined retention period(default: 60 minutes).

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