Method: matters.savedQueries.get
אחזור של השאילתה השמורה שצוינה.
בקשת HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/savedQueries/{savedQueryId}
כתובת ה-URL משתמשת בתחביר של Transcoding של 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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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"]]