v1

latestOpenAPI 3.0.12026-07-1711094.7 KB

Retrieves values from a specified range in a Google Sheet.

This function fetches data from a designated range within a Google Sheet. It requires the sheet ID and the A1 notation of the range as input parameters. The function returns a promise that resolves to a two-dimensional array containing the values from the specified range, or an empty array if the range is empty.

post/getValues

Request body

Response

Successful response

string[] required