[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]