Documentation home pagelight logodark logo
  • Support
Table
Get all schemas
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

Get all schemas

GET
/
table
/
getschemas

Headers

​
x-api-key
string
required

Response

200

Schemas retrieved successfully

Remove a trigger from a tableCreate a new schema
xgithub
Powered by Mintlify