REST Resource: matters.savedQueries

Resource: SavedQuery

The definition of a saved query.

To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.

JSON representation
{
  "savedQueryId": string,
  "displayName": string,
  "query": {
    object (Query)
  },
  "matterId": string,
  "createTime": string
}
Fields
savedQueryId

string

A unique identifier for the saved query.

displayName

string

The name of the saved query.

query

object (Query)

The search parameters of the saved query.

matterId

string

Output only. The matter ID of the matter the saved query is saved in. The server does not use this field during create and always uses matter ID in the URL.

createTime

string (Timestamp format)

Output only. The server-generated timestamp when the saved query was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

create

Creates a saved query.

delete

Deletes the specified saved query.

get

Retrieves the specified saved query.

list

Lists the saved queries in a matter.