openPDC Historian Help
ReadSelectHistoricTimeSeriesDataAsXml Method (idList, startTime, endTime)
NamespacesTVA.Historian.ServicesITimeSeriesDataServiceReadSelectHistoricTimeSeriesDataAsXml(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++
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/historic/{idList}/{startTime}/{endTime}/xml")]
[OperationContractAttribute]
SerializableTimeSeriesData ReadSelectHistoricTimeSeriesDataAsXml(
	string idList,
	string startTime,
	string endTime
)
<WebGetAttribute(ResponseFormat := WebMessageFormat.Xml, UriTemplate := "/timeseriesdata/read/historic/{idList}/{startTime}/{endTime}/xml")> _
<OperationContractAttribute> _
Function ReadSelectHistoricTimeSeriesDataAsXml ( _
	idList As String, _
	startTime As String, _
	endTime As String _
) As SerializableTimeSeriesData
[WebGetAttribute(ResponseFormat = WebMessageFormat::Xml, UriTemplate = L"/timeseriesdata/read/historic/{idList}/{startTime}/{endTime}/xml")]
[OperationContractAttribute]
SerializableTimeSeriesData^ ReadSelectHistoricTimeSeriesDataAsXml(
	String^ idList, 
	String^ startTime, 
	String^ endTime
)
Parameters
idList (String)
A comma or semi-colon delimited list of IDs 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