openPDC Historian Help
ReadRangeHistoricTimeSeriesDataAsXml Method (fromID, toID, startTime, endTime)
NamespacesTVA.Historian.ServicesITimeSeriesDataServiceReadRangeHistoricTimeSeriesDataAsXml(String, String, String, String)

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

Reads historic time-series data from the Archive and sends it in Xml format.
Declaration Syntax
C#Visual BasicVisual C++
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/historic/{fromID}-{toID}/{startTime}/{endTime}/xml")]
SerializableTimeSeriesData ReadRangeHistoricTimeSeriesDataAsXml(
	string fromID,
	string toID,
	string startTime,
	string endTime
)
<OperationContractAttribute> _
<WebGetAttribute(ResponseFormat := WebMessageFormat.Xml, UriTemplate := "/timeseriesdata/read/historic/{fromID}-{toID}/{startTime}/{endTime}/xml")> _
Function ReadRangeHistoricTimeSeriesDataAsXml ( _
	fromID As String, _
	toID As String, _
	startTime As String, _
	endTime As String _
) As SerializableTimeSeriesData
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Xml, UriTemplate = L"/timeseriesdata/read/historic/{fromID}-{toID}/{startTime}/{endTime}/xml")]
SerializableTimeSeriesData^ ReadRangeHistoricTimeSeriesDataAsXml(
	String^ fromID, 
	String^ toID, 
	String^ startTime, 
	String^ endTime
)
Parameters
fromID (String)
Starting ID in the ID range for which historic time-series data is to be read.
toID (String)
Ending ID in the ID range for which historic time-series data is to be read.
startTime (String)
Start time in String format of the timespan for which historic time-series data is to be read.
endTime (String)
End time in String format of the timespan for which historic time-series data is to be read.
Return Value

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