API Reference > imodelhub-client > iModelHubClient > ChangeSetQuery > betweenVersions betweenVersions Method Query ChangeSets between two specified Versions. This overrides any previously applied ChangeSetQuery filters. This query will work when either of the Version ids 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. betweenVersions(sourceVersionId: string, destinationVersionId: string): ChangeSetQuery Parameter Type Description sourceVersionId string Id of the source version. destinationVersionId string Id of the destination version. Returns - ChangeSetQuery This query. Defined in clients/imodelhub/src/imodelhub/ChangeSets.ts Line 271 Last Updated: 11 June, 2024