Historian data rest API
- Last UpdatedMar 20, 2025
- 2 minute read
With Historian Data REST API, you can upload data to and retrieve it from your Insight solution.
|
|
You can use these types of requests with Historian Data REST API:
|
You can submit requests to the Historian Data REST API using a web browser or a client-side applications such as these:
-
Microsoft Excel (2013, 2016, or Office 365)
-
Business Intelligence (BI) systems, such as Tableau and Microsoft Power BI
Supported OData features
OData is an industry standard for querying and updating data from a variety of sources. The implementation of OData for the Historian Data REST API includes support for:
-
JSON and atom formats.
-
OData versions 3 and 4.
-
Pagination. That is, if your request returns more than 5000 results, they will be returned in pages of up to 5000 records. Each page will include a link to retrieve the next page of records.
-
A subset of the OData system query options.
For more information, see OData.org JSON Verbose Format specification.
Recommendation: For best results, when you want to view the data returned by the Historian Data REST API, use the JSONView extension for the Chrome browser.
