Method: matters.savedQueries.get
Mengambil kueri tersimpan yang ditentukan.
Permintaan HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/savedQueries/{savedQueryId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
matterId |
string
ID masalah tempat kueri tersimpan.
|
savedQueryId |
string
ID kueri tersimpan yang akan diambil.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance SavedQuery
.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-27 UTC.
[null,null,["Terakhir diperbarui pada 2025-02-27 UTC."],[[["Retrieves a specific saved query from a matter using its ID."],["Requires providing the `matterId` and `savedQueryId` as path parameters in the request URL."],["An empty request body is necessary, and a successful response returns a `SavedQuery` object."],["Authorization is required with either `ediscovery.readonly` or `ediscovery` OAuth scopes."]]],["This document outlines the process for retrieving a saved query using a `GET` request to a specified URL. The URL includes `matterId` and `savedQueryId` as path parameters. The request body must be empty. A successful response returns a `SavedQuery` instance. Access requires authorization via one of two specified OAuth scopes: `https://www.googleapis.com/auth/ediscovery.readonly` or `https://www.googleapis.com/auth/ediscovery`. The specified URL use gRPC Transcoding syntax.\n"]]