Import time series

Import multiple time series in bulk, by creating new time series or updating existing time series.

If you would like to import multiple time series belonging to different signals, specify - as the signal identifier. (Signal identifiers are part of each time series' resource name, so your time series will still be assigned to their corresponding signals.)

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.

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of a signal, e.g. signalIdentifier or namespace.signalIdentifier. The namespace must be empty (being global) or a namespace accessible to the customer. The signal identifier must match the regex [a-zA-Z]\w{0,63}.

Body Params
timeSeries
array of objects

One or more time series to import.

timeSeries
boolean

Set to true to report the status of each time series in the response. If false, a failure for one time series will fail the entire request, and a sample of the failures will be reported in the trailers.

insertOptions
object

Common options when insert time series values.

updateOptions
object

Common options when updating one or more time series.

defaultKnownTime
object

A default known time specification to use when creating or updating time series. If any inserted values has a value for its knownTime, that value is used instead.

boolean

This field is deprecated and replaced with update_options.allowMissing.

boolean

This field is not in use anymore.

boolean

This field is deprecated and replaced with update_options.replace_existing_time_series.

boolean

This field is deprecated and replaced with insert_options.should_optimise.

boolean

This field is deprecated and replaced with update_options.replace_knownTime.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json