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.
Path parameters
The unique identifier of the space.
The version of a Changeset.
Query parameters
The page token where the iteration continues.
The maximum number of features in the response. Default is 30000. Hard limit is 100000.
Response
One Changeset which contains FeatureCollections grouped by operation.
Changes
Changed in 4 of the 50 revisions of this API.224
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ○
added the media type
application/vnd.here.changesetfor the response with the statusresponse-media-type-added
- ▲
- ▲
removed the media type
application/vnd.here.changesetfor the response with the statusresponse-media-type-removed
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ▲