API Reference > imodelhub-client > iModelHubClient > ChangeSetQuery > afterVersion afterVersion Method Query ChangeSets after the specified Version. This overrides any previously applied ChangeSetQuery filters. Query will return all of the ChangeSets that are newer than the one specified by versionId. ChangeSet specified by versionId will not be included in the results. Returned ChangeSets will be in an ascending order. afterVersion(versionId: string): ChangeSetQuery Parameter Type Description versionId string Id of the version. Returns - ChangeSetQuery This query. Defined in clients/imodelhub/src/imodelhub/ChangeSets.ts Line 259 Last Updated: 11 June, 2024