[[["わかりやすい","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"]],["最終更新日 2024-09-05 UTC。"],[[["This endpoint `getByDataFilter` retrieves a spreadsheet based on specified data filters, allowing selection of specific data subsets unlike `spreadsheets.get`."],["Users can include grid data by using a field mask with the `fields` URL parameter or setting the `includeGridData` parameter to true."],["The request body requires `dataFilters` for specifying the ranges to retrieve and optionally `includeGridData` for including grid data."],["Successful responses return a `Spreadsheet` object containing the filtered data."],["Authorization requires one of the following OAuth scopes: `https://www.googleapis.com/auth/drive`, `https://www.googleapis.com/auth/drive.file`, or `https://www.googleapis.com/auth/spreadsheets`."]]],["This content describes retrieving spreadsheet data using the `getByDataFilter` method. Key actions include specifying the `spreadsheetId` in the `POST` request URL and using the `dataFilters` parameter within the request body to select desired ranges. The `includeGridData` parameter allows inclusion of grid data. The response returns a `Spreadsheet` object. Authorization requires specific OAuth scopes. Field masks can also specify data returned and are prioritized over `includeGridData`. Using this for large spreadsheet is recommended.\n"]]