[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]