Retrieves the current value of a point.
rest/RealtimeData?PointName={PointName}
PointName (required) - The fully qualified name of the point for which to retrieve the value.
Default Value: None
Example Value: svrsim:sine double med -100 100
An array containing one object, which represents the current value for the point.
[
{
"PointName": "svrsim:sine double med -100 100",
"Value": -93.228718951011913,
"Timestamp": "2015-08-12T15:28:21.4454459-04:00",
"Quality": 0
}
]
See Also: