Add series
Description | Adds time series to a feature. |
Endpoint |
|
Method | POST |
Access Level Rules
Access Level | edit |
Processing Units
Processing units | 2 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the vector layer. | true | |
| The id of the vector timestamp. | true | |
| 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 |
Last updated