Create time series

Note: Exabel only supports processing time series with daily or lower resolution. Timestamps must be RFC 3339 timestamps, normalised to midnight UTC, e.g. 2020-01-01T00:00:00Z.

The default knownTime for a data point is insertion time, i.e. same as setting currentTime to true. To override the default behaviour, set one of the defaultKnownTime fields.

The optional view argument lets you request for time series data points to be returned within a date range. If this is not set, no values are returned.

It is also possible to create a time series by calling UpdateTimeSeries with allowMissing set to true.

Language
Authorization
Header
Click Try It! to start a request and see the response here!