Method: matters.exports.create
HTTP-запрос
POST https://vault.googleapis.com/v1/matters/{matterId}/exports
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
matterId | string Идентификатор дела. |
Тело запроса
Тело запроса содержит экземпляр Export
.
Тело ответа
В случае успеха тело ответа будет содержать вновь созданный экземпляр Export
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/ediscovery
Для получения дополнительной информации см.OAuth 2.0 Overview .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-02-27 UTC.
[null,null,["Последнее обновление: 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"]]