Skip to main content

saved_queries

Overview

Namesaved_queries
TypeResource
Idgoogleworkspace.vault.saved_queries

Fields

NameDatatypeDescription
createTimestringOutput only. The server-generated timestamp when the saved query was created.
displayNamestringThe name of the saved query.
matterIdstringOutput 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.
queryobjectThe query definition used for search and export.
savedQueryIdstringA unique identifier for the saved query.

Methods

NameAccessible byRequired ParamsDescription
matters_savedQueries_getSELECTmatterId, savedQueryIdRetrieves the specified saved query.
matters_savedQueries_listSELECTmatterIdLists the saved queries in a matter.
matters_savedQueries_createINSERTmatterIdCreates a saved query.
matters_savedQueries_deleteDELETEmatterId, savedQueryIdDeletes the specified saved query.