If ’true’, returns the original observation value. If ‘false’ returns the computed observation value based on the channel type. NOTE: this parameter is no longer used and has been deprecated.
boolean
Optional
Responses
200OKThe request succeeded and the response body contains the requested data.
Response Body Parameters
Readings
Property
Description
Type
channelId
The Id of the Channel
integer (int32)
readings
Readings+Observation[]
Readings+Observation properties
Property
Description
Type
estimated
Indicates if the reading is estimated Required (defined)
boolean
note
A note pertaining to the reading Required (defined)
string
observationId
The unique ID for the reading Required (defined)
integer (int64)
rawValue
The raw value of the reading (before multiplier or delta are applied) Required (defined)
number (double)
time
The date and time of the reading Required (defined)
string (date-time)
value
The raw or computed value of the reading Required (defined)