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

Changes

Changed in 4 of the 50 revisions of this API.224

  • 409ef8fb277a11See the full diff
    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

  • a8709c5fe13311See the full diff
    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

  • ac66f55537d811See the full diff
    • removed the media type application/json for the response with the status

      response-media-type-removed

    • added the media type application/vnd.here.changeset for the response with the status

      response-media-type-added

  • 15451501d2f411See the full diff
    • removed the media type application/vnd.here.changeset for the response with the status

      response-media-type-removed

    • added the media type application/json for the response with the status

      response-media-type-added