Method: matters.exports.create
HTTP-Anfrage
POST https://vault.googleapis.com/v1/matters/{matterId}/exports
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
matterId |
string
Die ID der Rechtsangelegenheit.
|
Anfragetext
Der Anfragetext enthält eine Instanz von Export
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Export
.
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 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"]]