Click or drag to resize

ITimeSeriesDataServiceReadSelectHistoricTimeSeriesDataAsXml Method

Reads historic time-series data from the Archive and sends it in Xml format.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/historic/{idList}/{startTime}/{endTime}/xml")]
SerializableTimeSeriesData ReadSelectHistoricTimeSeriesDataAsXml(
	string idList,
	string startTime,
	string endTime
)
View Source

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

SerializableTimeSeriesData
An SerializableTimeSeriesData object.
See Also