This action allows to list data points of a single data series. Only valid and fully processed data points are included. The values can be sorted, the default order is chronological.The number of returned records is by default limited to 1000, see Limit & pagination for details. If more records satisfy your temporal filter, you can either keep the filter and paginate over the result set using the page parameter, or narrow down the filter with each request.The required scope is data_points.
Access via Access token, with the source accessibility determined by the permissions of the customer associated with the token and the Login token scopes used to obtain it
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Path Params
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.enectiva.cz//data_series//data_points?filter&sort&limit&page' \
--header'Accept: application/vnd.api+json' \
--header'Authorization: Bearer <token>'