openPDC Historian Help
ReadSelectCurrentTimeSeriesDataAsJson Method (idList)
NamespacesTVA.Historian.ServicesITimeSeriesDataServiceReadSelectCurrentTimeSeriesDataAsJson(String)

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

Reads current 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/current/{idList}/json")]
[OperationContractAttribute]
SerializableTimeSeriesData ReadSelectCurrentTimeSeriesDataAsJson(
	string idList
)
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "/timeseriesdata/read/current/{idList}/json")> _
<OperationContractAttribute> _
Function ReadSelectCurrentTimeSeriesDataAsJson ( _
	idList As String _
) As SerializableTimeSeriesData
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"/timeseriesdata/read/current/{idList}/json")]
[OperationContractAttribute]
SerializableTimeSeriesData^ ReadSelectCurrentTimeSeriesDataAsJson(
	String^ idList
)
Parameters
idList (String)
A comma or semi-colon delimited list of IDs for which current time-series data is to be read.
Return Value

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