Get feature changelog

Description

Gets the most recent changes to the features of a vector layer

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/changelog

Method

GET

Authorization Rules

Minimum Access Level

View+

Processing Units

Minimum processing units

2

Parameters

pathId

The id of the vector layer.

true

timestampId

The id of the vector timestamp to get vector changes from.

true

actions

Array of change actions to retrieve. Options are 'add', 'edit', 'delete', 'recover' and 'move’.

false

Default ['add','edit','delete','recover','move'].

pageStart

Object containing required property startDate and optional property pagingId defining where to start the search from.

false

Default null.

userId

Gets 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.

tiles

Array of objects with properties 'tileX', 'tileY' and 'zoom' defining the tiles to retrieve the features changes of.

false

Default null.

bounds

An object with required properties 'xMin', 'xMax', 'yMin' and 'yMax' denotating the longitude and latitude bounds of the changelog to retrieve.

false

Default null.

Last updated