v1
latestOpenAPI 3.0.22026-07-174950145.6 KBManage Changesets
Get Changeset
Retrieves one Changeset from the space by version. Each successful write transaction to the space 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/spaces/{spaceId}/changesets/{version}
Path parameters
spaceIdstring required
The unique identifier of the space.
versionstring required
The version of a Changeset.
Query parameters
pageTokenstring
The page token where the iteration continues.
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.