Description
Get all version information of a given feature.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/feature/{featureId}/version
Method
GET
Minimum Access Level
view
Minimum processing units
2
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp.
featureId
The id of the feature to get version information of.
returnType
Type of information to return. Must be one of "info" or "all".
false
Default "info'"
pageStart
A JSON containing required property "startDate" and optional property "pagingId" defining where to start the versions search from.
Default null.
pageSize
The number of results to return. Maximum 100.
Default 100.
Last updated 8 months ago