{ "opencollection": "1.0.0", "info": { "name": "Google BigQuery Datasets Tabledata API", "version": "2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tabledata", "type": "folder" }, "items": [ { "info": { "name": "Google BigQuery List table rows", "type": "http" }, "http": { "method": "GET", "url": "https://bigquery.googleapis.com/bigquery/v2/projects/:projectId/datasets/:datasetId/tables/:tableId/data", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project" }, { "name": "datasetId", "value": "", "type": "path", "description": "The ID of the dataset" }, { "name": "tableId", "value": "", "type": "path", "description": "The ID of the table" }, { "name": "maxResults", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token for pagination" }, { "name": "startIndex", "value": "", "type": "query", "description": "Zero-based index of the starting row to read" } ] }, "docs": "Lists the rows of a table, returning rows in the response body." }, { "info": { "name": "Google BigQuery Insert rows", "type": "http" }, "http": { "method": "POST", "url": "https://bigquery.googleapis.com/bigquery/v2/projects/:projectId/datasets/:datasetId/tables/:tableId/insertAll", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project" }, { "name": "datasetId", "value": "", "type": "path", "description": "The ID of the dataset" }, { "name": "tableId", "value": "", "type": "path", "description": "The ID of the table" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Streams data into BigQuery one record at a time without needing to run a load job." } ] } ], "bundled": true }