Google Sheets · Example Payload

Google Sheets Update Values Response Example

Google WorkspaceProductivitySpreadsheets

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

Top-level fields

spreadsheetIdupdatedRangeupdatedRowsupdatedColumnsupdatedCells

Example Payload

Raw ↑
{
  "spreadsheetId": "500123",
  "updatedRange": "example_value",
  "updatedRows": 10,
  "updatedColumns": 10,
  "updatedCells": 10
}