REST Resource: matters.savedQueries
资源:SavedQuery
已保存查询的定义。
若要使用保险柜资源,该账号必须拥有必要的保险柜权限,并且有权访问相应事项。若要访问某项诉讼或调查,相应账号必须是该诉讼或调查的创建者、该诉讼或调查的共享对象,或者拥有查看所有诉讼或调查权限。
JSON 表示法 |
{
"savedQueryId": string,
"displayName": string,
"query": {
object (Query )
},
"matterId": string,
"createTime": string
} |
字段 |
savedQueryId |
string
已保存查询的唯一标识符。
|
displayName |
string
已保存查询的名称。
|
query |
object (Query )
已保存查询的搜索参数。
|
matterId |
string
仅限输出。已保存的查询所保存的诉讼或调查的 ID。服务器在创建过程中不会使用此字段,并且始终在网址中使用案例 ID。
|
createTime |
string (Timestamp format)
仅限输出。服务器在创建已保存的查询时生成的时间戳。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
方法 |
|
创建已保存的查询。 |
|
删除指定的已保存查询。 |
|
检索指定的已保存查询。 |
|
列出某一诉讼或调查中已保存的查询。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-27。
[null,null,["最后更新时间 (UTC):2025-02-27。"],[[["SavedQuery is a resource that defines a saved search within a Vault matter."],["To interact with SavedQuery, accounts need specific Vault privileges and matter access."],["SavedQuery objects contain details like a unique identifier, name, query parameters, matter ID, and creation timestamp."],["Vault provides API methods to create, delete, retrieve, and list SavedQueries."]]],["A `SavedQuery` resource defines a saved search within a matter. Key attributes include `savedQueryId` (unique identifier), `displayName` (name), `query` (search parameters), `matterId` (associated matter), and `createTime` (creation timestamp). Users need specific Vault privileges to work with these resources. Actions involve using the methods to create, delete, get and list the saved query within a given matter.\n"]]