API Reference

List Delete Operations

Deleted rows, tables and columns are saved in SeaTable for 7 days. You can list these in the operation log with this request. To restore them, you'll need to log into the web UI.

For op_type notice:

delete_row returns the single operations which have deleted 1 row each time.

delete_rows returns the operations in which multiple rows were deleted.

delete_column returns the column that was deleted by each operation.

delete_table returns the table that was deleted by each operation.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

Query Params
integer
≥ 1

The page number you want to start showing the entries. If no value is provided, 1 will be used.

integer
≥ 1

The number of results that should be returned. If no value is provided, 25 results will be returned.

string
required

Type of delete operation that should be listed. Optional. Choose from delete_row, delete_rows, delete_table, and delete_column.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here!