Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PredefinedQuery

Represents a single pre-defined query.

Hierarchy

  • PredefinedQuery

Index

Properties

Optional hasMore

hasMore: boolean

Whether or not the query returned the complete set of data or if the data was truncated.

Optional id

id: string

Id of the query

Optional name

name: string

Localized name of the query

Optional results

results: Array<WorkItem>

The results of the query. This will be a set of WorkItem objects with only the 'id' set. The client is responsible for paging in the data as needed.

Optional url

url: string

REST API Url to use to retrieve results for this query

Optional webUrl

webUrl: string

Url to use to display a page in the browser with the results of this query

Generated using TypeDoc