Insert Table Row

Beta
Insert rows into a table in an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
row_datalist of maps from strings to nullable stringsRequired
Array of row objects where keys are column names and values are cell values
table_idstring or nullOptional
Table ID to insert row into
table_namestring or nullOptional
Table name 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