Method: matters.exports.create
Solicitação HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/exports
O URL usa a sintaxe de transcodificação gRPC.
Parâmetros de caminho
Parâmetros |
matterId |
string
O ID do caso.
|
Corpo da solicitação
O corpo da solicitação contém uma instância de Export
.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de Export
.
Escopos de autorização
Requer o seguinte escopo OAuth:
https://www.googleapis.com/auth/ediscovery
Para mais informações, consulte OAuth 2.0 Overview.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-02-06 UTC.
[null,null,["Última atualização 2025-02-06 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"]]