Method: matters.holds.accounts.list
列出訴訟保留的帳戶。這份清單只會列出保留期間內個別指定的帳戶。如果訴訟保留涵蓋機構單位,請使用 Admin SDK 列出訴訟保留機構單位的成員。
HTTP 要求
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
matterId |
string
案件 ID。
|
holdId |
string
保留 ID。
|
回應主體
傳回套用訴訟保留的帳戶清單。
如果成功,回應主體會含有以下結構的資料:
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
詳情請參閱 OAuth 2.0 Overview。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-27 (世界標準時間)。
[null,null,["上次更新時間:2025-02-27 (世界標準時間)。"],[[["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"]]