Data Collection

Get last collected value of table DCI

Retrieve last collected value of a table DCI (Data Collection Item) together with its collection timestamp. If no value has been collected yet, both timestamp and table are null.

get/v1/objects/{object-id}/data-collection/{dci-id}/table-value

Path parameters

object-idinteger required

Object ID

dci-idinteger required

DCI (Data Collection Item) ID

Response

Last collected table value retrieved successfully

idinteger

DCI ID

descriptionstring

DCI description

timestampstring date-time nullable

Collection timestamp of the returned value (ISO 8601), null if no value collected yet

Changes