Method: matters.get
Lấy vấn đề được chỉ định.
Yêu cầu HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
matterId |
string
Mã vấn đề.
|
Tham số truy vấn
Thông số |
view |
enum (MatterView )
Chỉ định lượng thông tin về vấn đề cần trả về trong phản hồi.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
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 phiên bản của Matter
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau:
https://www.googleapis.com/auth/ediscovery.readonly
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-27 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-02-27 UTC."],[[["Retrieves a specific matter with its details using a GET request to the provided URL."],["Users can specify how much information is returned by using the `view` query parameter."],["Requires proper authorization with specific OAuth scopes to access this functionality."]]],["This outlines the process of retrieving a specific matter using a GET request. The request URL structure includes a `matterId` path parameter. An optional `view` query parameter determines the detail level of the response. The request body is empty. A successful response returns a `Matter` instance. Authorization requires either the `ediscovery.readonly` or `ediscovery` OAuth scope. It provides information regarding HTTP requests, Path Parameters, Query Parameters, request body, response body and Authorization Scopes.\n"]]