Documentation home page
Search...
Support
Search...
Navigation
Table
Add a trigger to a table
Documentation
API Reference
API Documentation
Default
Chain
Thirdweb
Wallet
Table
POST
Create a new table
DEL
Delete an existing table
PUT
Update the name of an existing table
POST
Add a new column to an existing table
DEL
Delete a column from a table
PUT
Rename an existing column in a table
GET
Get all columns from a specific table
GET
Get all tables from a specific schema
GET
Get the entire table data by table name
GET
Get the table data by column value, example: /getTableValue/users/username/johndoe
GET
Get the table data with optional filtering by multiple column values.
POST
Joins two tables
POST
Execute a select query
POST
Insert data into a table
DEL
Delete data from a table
PUT
Update data in a table
PUT
Update data in a table with filters
POST
Increment data in a table
POST
Decrement data in a table
GET
Get default tables to prevent creating tables with same names
POST
Add a trigger to a table
DEL
Remove a trigger from a table
GET
Get all schemas
POST
Create a new schema
Auth
Table
Add a trigger to a table
POST
/
table
/
addtrigger
Try it
Headers
x-api-key
string
required
Body
application/json
condition
object
required
Trigger method
method
string
required
Trigger Method
tableName
string
required
Table Name
triggerName
string
required
Trigger Name
Get default tables to prevent creating tables with same names
Remove a trigger from a table