Method: matters.savedQueries.create
Tworzy zapisane zapytanie.
Żądanie HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/savedQueries
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
matterId |
string
Identyfikator sprawy, w której chcesz utworzyć zapisane zapytanie.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu SavedQuery
.
Treść odpowiedzi
Jeśli operacja się powiedzie, treść odpowiedzi będzie zawierała nowo utworzoną instancję SavedQuery
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/ediscovery
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-06 UTC.
[null,null,["Ostatnia aktualizacja: 2025-02-06 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"]]