Feature Versions

Description

Get all version information of a given feature.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/feature/{featureId}/version

Method

GET

Access Level Rules

Minimum Access Level

view+

Processing Units

Minimum 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 to get version information of.

true

returnType

Type of information to return. Must be one of 'info' or 'all'.

false

Default 'info'.

pageStart

An object containing required property startDate and optional property pagingId defining where to start the search.

false

Default null.

pageSize

The number of results to return. Maximum 100.

false

Default 100.

Last updated