Method: matters.holds.get
الحصول على حالة تجميد البيانات المحدّدة
طلب HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
matterId |
string
رقم تعريف المسألة القانونية.
|
holdId |
string
معرّف المبلغ المحجوز مؤقتًا
|
مَعلمات طلب البحث
المعلمات |
view |
enum (HoldView )
مقدار التفاصيل المطلوب عرضها في حالة تعليق المحتوى.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Hold
.
نطاقات التفويض
يتطلب أحد نطاقات OAuth التالية:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
لمزيد من المعلومات، يُرجى الاطّلاع على OAuth 2.0 Overview.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-02-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves a specific hold associated with a matter using a GET request."],["Requires specifying `matterId` and `holdId` as path parameters in the request URL."],["Optionally accepts a `view` query parameter to control the level of detail returned for the hold."],["The response body, upon successful execution, contains an instance of `Hold` with the requested details."],["Needs appropriate OAuth scopes like `ediscovery.readonly` or `ediscovery` for authorization."]]],["This document outlines the process for retrieving a specific hold using a GET request. The request URL is defined with `matterId` and `holdId` as path parameters. An optional `view` parameter can be included as a query parameter to specify the level of detail in the response. The request body must be empty. A successful request returns a `Hold` instance, and requires either `ediscovery.readonly` or `ediscovery` OAuth scope authorization.\n"]]