Describes a request to create a temporary query

interface TemporaryQueryRequestModel {
    _links?: any;
    url?: string;
    wiql?: string;
}

Hierarchy (View Summary)

Properties

Properties

_links?: any

Link references to related REST resources.

url?: string

REST URL for the resource.

wiql?: string

The WIQL text of the temporary query