v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBManage Changesets
Get Changeset
Retrieves one Changeset from the layer by version. Each successful write transaction to the layer is stored as one single Changeset, which can contain modifications applied to one or more features. The response payload may be split in multiple pages, next page is written in the property 'nextPageToken', which then, can be retrieved by using the 'pageToken' parameter.
get/layers/{layerId}/changesets/{version}
Path parameters
layerIdstring required
The unique identifier of the layer.
versionstring required
The version of a Changeset.
Query parameters
pageTokenstring
The page token where the iteration will continue.
limitinteger
The maximum number of features in the response. Default is 30000. Hard limit is 100000.
Response
One Changeset which contains FeatureCollections grouped by operation.