GET DatasetData

Reads a dataset.

Relative URL

rest/DatasetData?PointName={PointName}

Parameters

PointName (required) -The fully qualified name of the point for which to read the dataset. If the dataset point requires parameters, they can be included in the point name itself.

 

Default Value: None

 

Example Value: db:Northwind.OrdersByCustomerID<@CustomerID=ALFKI>

Example Result

An array containing multiple objects, each one representing one row of the dataset.

 

[

  {

    "OrderID": 10643,

    "CustomerID": "ALFKI",

    "EmployeeID": 6,

    "OrderDate": "1997-08-25T00:00:00",

    "RequiredDate": "1997-09-22T00:00:00",

    "ShippedDate": "1997-09-02T00:00:00",

    "ShipVia": 1,

    "Freight": 29.46,

    "ShipName": "Alfreds Futterkiste",

    "ShipAddress": "Obere Str. 57",

    "ShipCity": "Berlin",

    "ShipRegion": null,

    "ShipPostalCode": "12209",

    "ShipCountry": "Germany"

  },

  {

    "OrderID": 10692,

    "CustomerID": "ALFKI",

    "EmployeeID": 4,

    "OrderDate": "1997-10-03T00:00:00",

    "RequiredDate": "1997-10-31T00:00:00",

    "ShippedDate": "1997-10-13T00:00:00",

    "ShipVia": 2,

    "Freight": 61.02,

    "ShipName": "Alfred's Futterkiste",

    "ShipAddress": "Obere Str. 57",

    "ShipCity": "Berlin",

    "ShipRegion": null,

    "ShipPostalCode": "12209",

    "ShipCountry": "Germany"

  }

]

 

See Also:

REST and OData

GET RealtimeData

GET FaultCauses

GET FaultIncidents

GET HistoricalAlarms

GET HistoricalData

GET QualityChartData

GET QualityHistogramData