/
/Morta API Reference
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h 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

    Get File for Table Cell

    Retrieve a file associated with a specific cell in a table.

    get/v1/table/{table_id}/file

    Path parameters

    table_idstring uuid required

    UUID of the table containing the file.

    Query parameters

    column_idstring uuid required

    UUID of the column containing the cell.

    filenamestring required

    Name of the file to retrieve.

    Response

    Successfully retrieved the file.

    Changes