Get series

Description

Retrieves the time series of a feature

Endpoint

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

Method

GET

Access Level Rules

Access Level

view+

Processing Units

Processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

timestampId

The id of the timestamp

true

featureId

The id of the feature.

true

pageStart

Object containing properties dateFrom and optional property seriesId defining where to start the search from.

false

Default null.

dateTo

Date time till which to retrieve the time series.

false

Default null.

userId

The id of the user from which to retrieve the time series.

false

Default null.

pageSize

The maximum number of time series to retrieve. Maximum 5000.

false

Default 5000.

property

The property to return.

false

Returns all properties by default.

deleted

Boolean whether only deleted or non-deleted time series should be returned.

false

Default false.

Last updated