Method: matters.holds.accounts.list
একটি হোল্ড দ্বারা আচ্ছাদিত অ্যাকাউন্ট তালিকা. এটি হোল্ড দ্বারা আচ্ছাদিত শুধুমাত্র স্বতন্ত্রভাবে-নির্দিষ্ট অ্যাকাউন্টের তালিকা করতে পারে। যদি হোল্ড একটি সাংগঠনিক ইউনিট কভার করে, তাহলে অ্যাডমিন SDK ব্যবহার করুন। হোল্ডে থাকা সাংগঠনিক ইউনিটের সদস্যদের তালিকা করতে।
HTTP অনুরোধ
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}/accounts
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
matterId | string বিষয়টি আইডি। |
holdId | string হোল্ড আইডি. |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
হোল্ড দ্বারা আচ্ছাদিত অ্যাকাউন্টগুলির একটি তালিকা প্রদান করে।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"accounts": [
{
object (HeldAccount )
}
]
} |
ক্ষেত্র |
---|
accounts[] | object ( HeldAccount ) হোল্ডে রাখা অ্যাকাউন্ট। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/ediscovery.readonly
-
https://www.googleapis.com/auth/ediscovery
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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"]]