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
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp.
true
featureId
The id of the feature.
true
pageStart
JSON 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 time series 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