[[["התוכן קל להבנה","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-06 (שעון UTC)."],[[["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"]]