Retrieves a subset of existing Changesets from the space's history. The subset can be defined by providing a version ref that references a version range e.g., "5..6" or "0..HEAD"
The version range can be specified using the versionRef query-parameter as follows:
<start>..<end>
Where <start> is the start of the range (exclusive) and <end> is the end of the range
(inclusive). (5..10 points to the versions in the interval ]5, 10])
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. The next page token is written in the property 'nextPageToken', which then can be used to retrieve the next page using the 'pageToken' parameter on the next call.