Add series

Description

Adds time series to a feature.

Endpoint

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

Method

POST

Access Level Rules

Access Level

edit

Processing Units

Processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

timestampId

The id of the timestamp.

true

values

An array of objects. Each object must have property as string, datetime as datetime, value as float and featureId as uuid

true

Last updated