openPDC Historian Help
ReadRangeCurrentTimeSeriesDataAsJson Method (fromID, toID)
NamespacesTVA.Historian.ServicesITimeSeriesDataServiceReadRangeCurrentTimeSeriesDataAsJson(String, String)

[This is preliminary documentation and is subject to change.]

Reads current time-series data from the Archive and sends it in Json format.
Declaration Syntax
C#Visual BasicVisual C++
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "/timeseriesdata/read/current/{fromID}-{toID}/json")]
[OperationContractAttribute]
SerializableTimeSeriesData ReadRangeCurrentTimeSeriesDataAsJson(
	string fromID,
	string toID
)
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "/timeseriesdata/read/current/{fromID}-{toID}/json")> _
<OperationContractAttribute> _
Function ReadRangeCurrentTimeSeriesDataAsJson ( _
	fromID As String, _
	toID As String _
) As SerializableTimeSeriesData
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"/timeseriesdata/read/current/{fromID}-{toID}/json")]
[OperationContractAttribute]
SerializableTimeSeriesData^ ReadRangeCurrentTimeSeriesDataAsJson(
	String^ fromID, 
	String^ toID
)
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

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0