Method: matters.savedQueries.create
Erstellt eine gespeicherte Abfrage.
HTTP-Anfrage
POST https://vault.googleapis.com/v1/matters/{matterId}/savedQueries
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
matterId |
string
Die ID der Rechtsangelegenheit, in der die gespeicherte Abfrage erstellt werden soll.
|
Anfragetext
Der Anfragetext enthält eine Instanz von SavedQuery
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von SavedQuery
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/ediscovery
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-27 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-02-27 (UTC)."],[[["Creates a new saved query within a specified matter using an HTTP POST request."],["Requires providing the matter ID as a path parameter and a SavedQuery object in the request body."],["Returns the newly created SavedQuery object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document details how to create a saved query using a `POST` HTTP request to `https://vault.googleapis.com/v1/matters/{matterId}/savedQueries`. The `matterId` is a path parameter, specifying the matter for the query. The request body must include a `SavedQuery` instance, and the response will return a newly created `SavedQuery` instance. The operation requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]