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