Method: matters.exports.create
Yêu cầu HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}/exports
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
matterId |
string
Mã vấn đề.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của Export
.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một thực thể Export
mới tạo.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/ediscovery
Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-02-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]