Workspace Tables
Create, manage, and query workspace-owned custom data tables.
Endpoints
Method
Path
Description
Authentication
Create a Table
Request Body
Field
Type
Required
Description
Column Object
Field
Type
Required
Description
Supported Column Types
Type
Description
Default Object
Field
Type
Required
Description
Index Object
Field
Type
Required
Description
Response (201)
Field
Type
Description
Example
List Tables
Response (200)
Field
Type
Description
Item Object
Field
Type
Description
Example
Get Table Details
Response (200)
Field
Type
Description
Response Column Object
Field
Type
Description
Response Index Object
Field
Type
Description
Response Constraint Object
Field
Type
Description
Example
Alter a Table
Request Body
Field
Type
Required
Description
Alter Actions
add_column
add_columnField
Type
Description
drop_column
drop_columnField
Type
Description
rename_column
rename_columnField
Type
Description
change_column_type
change_column_typeField
Type
Description
set_column_nullable
set_column_nullableField
Type
Description
set_column_default
set_column_defaultField
Type
Description
drop_column_default
drop_column_defaultField
Type
Description
add_unique
add_uniqueField
Type
Description
drop_constraint
drop_constraintField
Type
Description
add_index
add_indexField
Type
Description
drop_index
drop_indexField
Type
Description
Response (200)
Field
Type
Description
Example
Delete a Table
Response
Example
Execute a Query
Request Body
Field
Type
Required
Description
Response (200)
Field
Type
Description
SQL Validation Rules
Example
Response Example
Error Handling
Status
Description
Last updated
Was this helpful?

