Range
Returns values from the cells included in the ranges specified
GET
https://api.sheet2db.com/v1/{connection-id}/range/{range}
Path Parameters
range
string (Required)
Range as per googles A1 notation (opens in a new tab)
Example Request
curl -XGET 'https://api.sheet2db.com/v1/{connection-id}/range/A1:C1'
Example Response
[["id","name","age"]]