Insert Column

Beta
Insert a column in an Athena spreadsheet.

Authentication

X-API-KEYstring
API Key authentication via header

Request

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

1-based reference column index where to insert

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
new_sheet_idinteger or nullOptional

ID of the newly created sheet when the operation creates one (e.g. duplicate). For rnc-engine sheets this is the engine-assigned id, which may differ from a requested new_sheet_id.

Errors

422
Unprocessable Entity Error