API Reference > imodeljs-clients > 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: GuidString, destinationVersionId: GuidString): this Parameter Type Description sourceVersionId GuidString Id of the source version. destinationVersionId GuidString Id of the destination version. Returns - this This query. Defined in core/clients/src/imodelhub/ChangeSets.ts Line 230 Last Updated: 13 June, 2024