Create Table

Beta
Create a table in an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
end_column_indexintegerRequired

1-based ending column index

end_row_indexintegerRequired

1-based ending row index

start_column_indexintegerRequired

1-based starting column index

start_row_indexintegerRequired

1-based starting row index

table_idstringRequired
Unique table ID
table_namestringRequired
Name of the table
sheet_idintegerOptionalDefaults to 1

Sheet ID (defaults to 1)

Response

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

Errors