Method: matters.savedQueries.get
सेव की गई किसी क्वेरी को वापस लाता है.
एचटीटीपी अनुरोध
GET https://vault.googleapis.com/v1/matters/{matterId}/savedQueries/{savedQueryId}
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
पाथ पैरामीटर
पैरामीटर |
matterId |
string
उस मामले का आईडी जिससे सेव की गई क्वेरी को वापस पाना है.
|
savedQueryId |
string
सेव की गई उस क्वेरी का आईडी जिसे वापस लाना है.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में SavedQuery
का एक इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
ज़्यादा जानकारी के लिए, OAuth 2.0 Overview देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-02-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]