Request body for Get batched changesets.

interface TfvcChangesetsRequestData {
    changesetIds?: number[];
    commentLength?: number;
    includeLinks?: boolean;
}

Properties

changesetIds?: number[]

List of changeset Ids.

commentLength?: number

Max length of the comment.

includeLinks?: boolean

Whether to include the _links field on the shallow references