betweenChangeSets Method

Query ChangeSets between two specified ChangeSets. This overrides any previously applied ChangeSetQuery filters. This query will work when either of the ChangeSet ids points to an earlier ChangeSet. Latest ChangeSet specified by this range will be included in the results, but the earliest will be excluded. If the second ChangeSet id is not specified, it's assumed that it's the same as an empty id, and query will return all ChangeSets from the start up to the ChangeSet with the first id. Returned ChangeSets will be in an ascending order.

betweenChangeSets(firstChangeSetId: string, secondChangeSetId?: string): this

Parameter Type Description
firstChangeSetId string Id of the first changeSet.
secondChangeSetId string Id of the second changeSet.

Returns - This query.

Defined in

Last Updated: 08 January, 2020