Click or drag to resize

ITimeSeriesDataServiceReadRangeCurrentTimeSeriesDataAsJson Method

Reads current time-series data from the Archive and sends it in Json format.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "/timeseriesdata/read/current/{fromID}-{toID}/json")]
SerializableTimeSeriesData ReadRangeCurrentTimeSeriesDataAsJson(
	string fromID,
	string toID
)
View Source

Parameters

fromID  String
Starting ID in the ID range for which current time-series data is to be read.
toID  String
Ending ID in the ID range for which current time-series data is to be read.

Return Value

SerializableTimeSeriesData
An SerializableTimeSeriesData object.
See Also