Request body used by Get Items Batch

interface TfvcItemRequestData {
    includeContentMetadata?: boolean;
    includeLinks?: boolean;
    itemDescriptors?: TfvcItemDescriptor[];
}

Properties

includeContentMetadata?: boolean

If true, include metadata about the file type

includeLinks?: boolean

Whether to include the _links field on the shallow references

itemDescriptors?: TfvcItemDescriptor[]