{ "opencollection": "1.0.0", "info": { "name": "Google Books About Sheet API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sheet", "type": "folder" }, "items": [ { "info": { "name": "Google Create Sheet", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a spreadsheet, returning the newly created spreadsheet." }, { "info": { "name": "Google Get Sheet", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "{{spreadsheetId}}", "type": "path", "description": "(Required) " } ] }, "docs": "Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a [field mask](https://developers.google.com/sheets/api/guides/field-masks) listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve " }, { "info": { "name": "Google Copy To Sheet", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId/sheets/:sheetId:copyTo", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "{{spreadsheetId}}", "type": "path", "description": "(Required) " }, { "name": "sheetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet." }, { "info": { "name": "Google Get Sheet by Data Filter", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId:getByDataFilter", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters returns the portions of the spreadsheet that intersect ranges matched by any of the filters. By default, data within grids is not returned. You can include grid data one of 2 ways: * Specif" } ] } ], "bundled": true }