רשימה של החשבונות שמושהים. אפשר לרשום ברשימה רק חשבונות ספציפיים שהוגדרו ככאלה שמוגדרת להם השהייה. אם ההחזקה חלה על יחידה ארגונית, משתמשים ב-Admin SDK כדי לקבל רשימה של חברי היחידה הארגונית שנמצאת בהחזקה.
בקשת HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]