-
API Documentation
General Guides and References Swagger OpenAPI Definition Model includes Features not access...
-
What is the maximum number of data points I can fetch per call?
Good to know: the limit parameter refers to how many data points you want to download maximum in...
-
How can I fetch the entity view (device) data starting from the first activation date until NOW date?
To fetch the data for specific time frames, you should use the time series api and specify the s...
-
Are entity views the entity used to attach data to the devices (sensors)?
This is correct. As per Definition: "similar to SQL database views, which limits the degree...
-
What is the max size limit returned from the time series API when aggregation is submitted?
The Limits of the Aggregation Function are dynamic to try to prevent server computation overload...
-
How does pagination work for this API?
The pagination feature returns every page as a list of items. You can define the size of the pag...
-
Quickstart
Introduction In this article, we will look at how to get time series data from the platform,...
-
How to convert a date to a UTC timestamp?
To convert a date to a UTC timestamp we can use different solutions such as a programming langua...
-
What is the "on_board_temperature" exactly?
There is an additional temperature sensor on the PCB (printed circuit board), which sits on the ...
-
Where can I find the Entity ID and Entity Type?
This information can be found through the get customer entity views API request. There are 2 opt...