Tables
Create Table
Create a new data table
POST
Request
string
required
Table name (unique within your organization)
string
Optional table description
array
required
Column definitions for the table
string
required
Column name
string
required
Column type:
text, number, boolean, datetime, select, url, email, jsonboolean
default:"false"
Whether the column is required on inserts
array
Required for
select columnsResponse
Returns HTTP 201 (Created).string
Table ID (e.g.,
tbl_abc123xyz789)string
Table name
string
Table description or
nullarray
Persisted column definitions
number
Initial row count (
0)string
ISO 8601 timestamp
string
ISO 8601 timestamp