openPDC Historian Help
ReadSelectHistoricTimeSeriesDataAsJson Method (idList, startTime, endTime)
NamespacesTVA.Historian.DataServicesITimeSeriesDataServiceReadSelectHistoricTimeSeriesDataAsJson(String, String, String)
Reads historic 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/historic/{idList}/{startTime}/{endTime}/json")]
[OperationContractAttribute]
SerializableTimeSeriesData ReadSelectHistoricTimeSeriesDataAsJson(
	string idList,
	string startTime,
	string endTime
)
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "/timeseriesdata/read/historic/{idList}/{startTime}/{endTime}/json")> _
<OperationContractAttribute> _
Function ReadSelectHistoricTimeSeriesDataAsJson ( _
	idList As String, _
	startTime As String, _
	endTime As String _
) As SerializableTimeSeriesData
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"/timeseriesdata/read/historic/{idList}/{startTime}/{endTime}/json")]
[OperationContractAttribute]
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.33.39252