openPDC Historian Help
ReadSelectHistoricTimeSeriesDataAsJson Method (idList, startTime, endTime)
NamespacesTVA.Historian.ServicesITimeSeriesDataServiceReadSelectHistoricTimeSeriesDataAsJson(String, String, String)

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

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