Table Execution
Run Table
Initiate a table run, optionally for a selected range of rows and/or columns.
POST
/
v1
/
tables
/
{table_id}
/
run
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
table_id
string
requiredBody
application/json
rows
columns
string[] | null
Response
200 - application/json
The response is of type any
.