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
view
Processing units
2
pathId
The id of the vector layer.
true
timestampId
The id of the vector timestamp.
featureId
The id of the feature.
actions
Array of change actions to retrieve. Options are "add", "delete" and "revert".
false
Default ["add","delete","revert"].
userId
Retrieves the changes made by the user with the given id.
Default null.
pageStart
JSON containing required property "startDate" and optional property "pagingId" defining where to start the search.
pageSize
The number of results to return. Maximum 100.
Default 100.
Last updated 8 months ago