# 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

<table><thead><tr><th>Name</th><th width="371">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the vector layer.</td><td>true</td><td></td></tr><tr><td><code>timestampId</code></td><td>The id of the vector timestamp.</td><td>true</td><td></td></tr><tr><td><code>featureId</code></td><td>The id of the feature to add series to.</td><td>true</td><td></td></tr><tr><td><code>values</code></td><td>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.</td><td>true</td><td></td></tr></tbody></table>
