[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-05 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"]]