Method: matters.get
HTTP リクエスト
GET https://vault.googleapis.com/v1/matters/{matterId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
クエリ パラメータ
パラメータ |
view |
enum (MatterView )
レスポンスで返す案件に関する情報の量を指定します。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Matter
のインスタンスが含まれます。
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 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"]]