Describes a request to get a set of work items

interface WorkItemBatchGetRequest {
    $expand?: WorkItemExpand;
    asOf?: Date;
    errorPolicy?: WorkItemErrorPolicy;
    fields?: string[];
    ids?: number[];
}

Properties

$expand?: WorkItemExpand

The expand parameters for work item attributes. Possible options are { None, Relations, Fields, Links, All }

asOf?: Date

AsOf UTC date time string

errorPolicy?: WorkItemErrorPolicy

The flag to control error policy in a bulk get work items request. Possible options are {Fail, Omit}.

fields?: string[]

The requested fields

ids?: number[]

The requested work item ids