Google Sheets · Example Payload

Google Sheets Batch Update Values Response Example

Google WorkspaceProductivitySpreadsheets

Google Sheets Batch Update Values Response Example is an example object payload from Google Sheets, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

spreadsheetIdtotalUpdatedRowstotalUpdatedColumnstotalUpdatedCellstotalUpdatedSheetsresponses

Example Payload

Raw ↑
{
  "spreadsheetId": "500123",
  "totalUpdatedRows": 10,
  "totalUpdatedColumns": 10,
  "totalUpdatedCells": 10,
  "totalUpdatedSheets": 10,
  "responses": []
}