Method: matters.get
Gets the specified matter.
HTTP request
GET https://vault.googleapis.com/v1/matters/{matterId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
matterId |
string
The matter ID.
|
Query parameters
Parameters |
view |
enum (MatterView )
Specifies how much information about the matter to return in the response.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Matter
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 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"]]