Update a row¶
Below API specs allow to read data of a specific row in a worksheet.
HTTP Request¶
GET https://api.sheetson.com/v2/sheets/
sheetName/
rowIndex
Path Parameters¶
Parameters | |
---|---|
sheetName |
string Name of the sheet containing data |
rowIndex |
number Position of the row to retrieve 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 | |
---|---|
keys | string Comma separated list of fields to return. |
Request body¶
No request body is required.
Response body¶
Response body contains JSON object with rowIndex
and row data.