Add series to feature

Description

Adds time series to a feature.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/feature/{featureId}/series/element

Method

POST

Access Level Rules

Access Level

edit

Processing Units

Processing units

2

Parameters

Name
Description
Required
Default

pathId

The id of the vector layer.

true

timestampId

The id of the vector timestamp.

true

featureId

The id of the feature to add series to.

true

values

An array of JSONs with the time series to add. Each JSON must have the properties "property" as string, "datetime" as datetime and "value" as float.

true

Last updated

Was this helpful?