Series Changelog

Description

Gets the most recent changes to the time series elements of a feature.

Endpoint

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

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 vector timestamp.

true

featureId

The id of the feature.

true

actions

Array of change actions to retrieve. Options are "add", "delete" and "revert".

false

Default ["add","delete","revert"].

pageStart

JSON containing required property "startDate" and optional property "pagingId" defining where to start the search.

false

Default null.

userId

Retrieves the changes made by the user with the given id.

false

Default null.

pageSize

The number of results to return. Maximum 100.

false

Default 100.

Last updated