Add series
Last updated
Last updated
Description
Adds time series to a feature.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/feature/series/element
Method
POST
Access Level
edit
Processing units
2
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp.
true
values
An array of JSONs with the time series to add. Each JSON must have the properties "property" as string, "datetime" as datetime, "value" as float and "featureId" as uuid.
true