API Reference

Move Rows to Big Data

Use an sql-like where clause to select the rows that should be moved into the big data backend.

Path Params
string
required

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

Body Params
string
required

The name of the table.

string

Use an sql-like clause to select the rows you want to archive. If not set, all rows in the table will be archived. More examples are:
`Name` = 'Michael'
`Gender` != 'Michael'
`Name of the column` ilike '%error%'

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json