Method: matters.exports.create
Richiesta HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/exports
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
matterId |
string
L'ID della richiesta.
|
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di Export
.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Export
appena creata.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/ediscovery
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-02-27 UTC.
[null,null,["Ultimo aggiornamento 2025-02-27 UTC."],[[["Creates an export of a matter with the specified matter ID."],["Requires an HTTP POST request to the specified URL with the matter ID as a path parameter."],["The request body must contain an `Export` object as defined in the provided documentation."],["A successful response returns a newly created `Export` object."],["Requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope for authorization."]]],["The core content describes the process of creating an export via an HTTP POST request to `https://vault.googleapis.com/v1/matters/{matterId}/exports`. The `matterId` is a required path parameter. The request body must include an `Export` instance, and a successful response returns a newly created `Export` instance. This process requires the `https://www.googleapis.com/auth/ediscovery` authorization scope. The process can be tried using the given documentation.\n"]]