/
MO
morta-technology
/
Morta API Reference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 9m ago · Updated 1y ago
View markdown
morta-technology
Morta API Reference
post
Create new document table
v8
latest
OpenAPI 3.0.2
raw.githubusercontent.com
2025-07-05
181
151
306.2 KB
Comment
10
Document
14
Document Response
6
Document Section
8
Event
1
Hub
43
Integrations
2
Notification
4
Permissions
8
Table
37
get
Get Table and Its Rows
put
Update existing table
delete
Delete a table
post
Create new document table
put
Restore a deleted table
post
Duplicate a table
get
Check Documents Table is Used In
get
Get Table Columns
post
Create Table Column
put
Update Table Column
delete
Delete Table Column
get
Check Views Column Is Used In
put
Restore Table Column
get
Get Table Rows
put
Update Existing Rows in Table
post
Add Row to Table
post
Upsert Row in Table
get
Get Table Column Statistics
get
Download Table Data as CSV
get
Get Unique Values for a Column
get
Get File for Table Cell
delete
Delete Table Rows
put
Update Table Cells
post
Create Index on Table Column
delete
Delete All Rows from Table
get
Stream all rows for the table
post
Create Table Join
put
Update Table Join
delete
Delete Table Join
get
Get All Table Joins
post
Update Sync Table
post
Sync Table with Integration
delete
Delete Integration from Table
get
Retry Integration Sync
get
Get Table Syncronization Info
get
Get Duplicated Children
get
Get Table CSV Backup
Table View
23
User
25
Table
Create new document table
Create a new document table within a hub.
post
/v1/table
Request body
CreateTable
required
context
BaseRequestContext
projectId
string
uuid
required
name
string
required
type
string
columns
TableColumn[]
required
joins
TableJoin2[]
Response
Successfully created the table
object
required
data
Table
metadata
object