/
/Morta API Reference
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2m ago · Updated 1y ago
Comment10
Document14
Document Response6
Document Section8
Event1
Hub43
Integrations2
Notification4
Permissions8
Table37
  • getGet Table and Its Rows
  • putUpdate existing table
  • deleteDelete a table
  • postCreate new document table
  • putRestore a deleted table
  • postDuplicate a table
  • getCheck Documents Table is Used In
  • getGet Table Columns
  • postCreate Table Column
  • putUpdate Table Column
  • deleteDelete Table Column
  • getCheck Views Column Is Used In
  • putRestore Table Column
  • getGet Table Rows
  • putUpdate Existing Rows in Table
  • postAdd Row to Table
  • postUpsert Row in Table
  • getGet Table Column Statistics
  • getDownload Table Data as CSV
  • getGet Unique Values for a Column
  • getGet File for Table Cell
  • deleteDelete Table Rows
  • putUpdate Table Cells
  • postCreate Index on Table Column
  • deleteDelete All Rows from Table
  • getStream all rows for the table
  • postCreate Table Join
  • putUpdate Table Join
  • deleteDelete Table Join
  • getGet All Table Joins
  • postUpdate Sync Table
  • postSync Table with Integration
  • deleteDelete Integration from Table
  • getRetry Integration Sync
  • getGet Table Syncronization Info
  • getGet Duplicated Children
  • getGet Table CSV Backup
Table View23
User25
    Table

    Create new document table

    Create a new document table within a hub.

    post/v1/table

    Request body

    projectIdstring uuid required
    namestring required
    typestring

    Response

    Successfully created the table

    metadataobject

    Changes