Method: matters.holds.accounts.list
保留中のアカウントを一覧表示します。一時保留の対象となる個別に指定されたアカウントのみを一覧表示できます。記録保持が組織部門に適用されている場合は、Admin SDK を使用して、記録保持中の組織部門のメンバーを一覧表示します。
HTTP リクエスト
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID。
|
holdId |
string
保留 ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
保留中のアカウントのリストを返します。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
認可スコープ
以下のいずれかの 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。"],[[["Lists the accounts covered by a specified hold within a matter using the matter ID and hold ID."],["Returns information about the held accounts, but for organizational unit holds, the Admin SDK should be used."],["Requires specific authorization scopes for accessing and retrieving hold account data."],["Provides details on the HTTP request format, path parameters, request and response body structures."],["Includes a link to try the API functionality and further documentation on authorization."]]],["This document outlines the process to list accounts under a hold using an HTTP GET request. The request, directed to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts`, requires `matterId` and `holdId` as path parameters. The request body must be empty. The successful response returns a JSON object containing an array of `accounts` which lists `HeldAccount` objects. Access requires either `ediscovery.readonly` or `ediscovery` OAuth scopes. Organizational units should use Admin SDK to get the list.\n"]]