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 |
string Name of the sheet containing data |
Headers¶
| Parameters | |
|---|---|
Authorization |
Bearer YOUR_API_KEY |
X-Spreadsheet-Id |
string The ID of the spreadsheet to create new a row |
URL Parameters¶
| Parameters | |
|---|---|
| limit | number Default to 24, but can we change upto 100. Used to limit number of rows returned. |
| skip | number Default to 0. Used to skip rows in returned data. |
| order | string Used to sort result set. |
| keys | string Comma separated list of fields to return. |
| where | string Criteria to filter rows. |
Request body¶
No request body is required.
Response body¶
Response body contains JSON object with results field contains multiple rows data.