Describes a request to get a list of queries

interface QueryBatchGetRequest {
    $expand?: QueryExpand;
    errorPolicy?: QueryErrorPolicy;
    ids?: string[];
}

Properties

$expand?: QueryExpand

The expand parameters for queries. Possible options are { None, Wiql, Clauses, All, Minimal }

errorPolicy?: QueryErrorPolicy

The flag to control error policy in a query batch request. Possible options are { Fail, Omit }.

ids?: string[]

The requested query ids