Update a row¶
Below API specs allow to read data of multiple rows in a worksheet.
HTTP Request¶
GET https://api.sheetson.com/v2/sheets/sheetName
Path Parameters¶
| Parameters | |
|---|---|
| sheetName | stringName of the sheet containing data | 
Headers¶
| Parameters | |
|---|---|
| Authorization | Bearer YOUR_API_KEY | 
| X-Spreadsheet-Id | stringThe ID of the spreadsheet to create new a row | 
URL Parameters¶
| Parameters | |
|---|---|
| limit | numberDefault to 24, but can we change upto100. Used to limit number of rows returned. | 
| skip | numberDefault to 0. Used to skip rows in returned data. | 
| order | stringUsed to sort result set. | 
| keys | stringComma separated list of fields to return. | 
| where | stringCriteria to filter rows. | 
Request body¶
No request body is required.
Response body¶
Response body contains JSON object with results field contains multiple rows data.