API Reference > imodelhub-client > iModelHubClient > ChangeSetQuery > betweenVersionAndChangeSet betweenVersionAndChangeSet Method Query ChangeSets between the specified Version and another ChangeSet. This overrides any previously applied ChangeSetQuery filters. This query will work when either versionId or changeSetId points to an earlier ChangeSet. Latest ChangeSet specified by this range will be included in the results, but the earliest will be excluded. Returned ChangeSets will be in an ascending order. betweenVersionAndChangeSet(versionId: string, changeSetId: string): ChangeSetQuery Parameter Type Description versionId string Id of the version. changeSetId string Id of the changeSet. Returns - ChangeSetQuery This query. Defined in clients/imodelhub/src/imodelhub/ChangeSets.ts Line 290 Last Updated: 11 June, 2024