Insert Table Row

Beta
Insert rows into a table in an Athena spreadsheet.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
row_datalist of objectsRequired
Array of row objects where keys are column names and values are cell values
table_namestringRequired
Table name to insert row into
table_idstring or nullOptional
Table ID to insert row into

Response

Successful Response
asset_idstring
The ID of the spreadsheet asset
messagestring
Success message or error description
successboolean
Whether the operation was successful

Errors