{ "opencollection": "1.0.0", "info": { "name": "Google Workspace Suite (, , Slides, Gmail) Docs Sheets API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Sheets", "type": "folder" }, "items": [ { "info": { "name": "Create a spreadsheet", "type": "http" }, "http": { "method": "POST", "url": "https://docs.googleapis.com/v4/spreadsheets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a spreadsheet" }, { "info": { "name": "Get a spreadsheet", "type": "http" }, "http": { "method": "GET", "url": "https://docs.googleapis.com/v4/spreadsheets/:spreadsheetId", "params": [ { "name": "spreadsheetId", "value": "", "type": "path" }, { "name": "ranges", "value": "", "type": "query" } ] }, "docs": "Get a spreadsheet" }, { "info": { "name": "Get values in a range", "type": "http" }, "http": { "method": "GET", "url": "https://docs.googleapis.com/v4/spreadsheets/:spreadsheetId/values/:range", "params": [ { "name": "spreadsheetId", "value": "", "type": "path" }, { "name": "range", "value": "", "type": "path" } ] }, "docs": "Get values in a range" }, { "info": { "name": "Update values in a range", "type": "http" }, "http": { "method": "PUT", "url": "https://docs.googleapis.com/v4/spreadsheets/:spreadsheetId/values/:range", "params": [ { "name": "spreadsheetId", "value": "", "type": "path" }, { "name": "range", "value": "", "type": "path" }, { "name": "valueInputOption", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update values in a range" }, { "info": { "name": "Batch update a spreadsheet", "type": "http" }, "http": { "method": "POST", "url": "https://docs.googleapis.com/v4/spreadsheets/:spreadsheetId:batchUpdate", "params": [ { "name": "spreadsheetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Batch update a spreadsheet" } ] } ], "bundled": true }