API Reference

Update View

Change the settings of a current view by its name. All parameters are
optional.

If you don't define a parameter, existing settings for this parameter will not be changed.

To remove existing filters, sortings or groups you have to send an empty object like this:
"sorts": [{}]

Path Params
string
required

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

string
required

The name of the view.

Query Params
string
required

The name of the table.

Body Params
string

The new name of the view, if you want to give the view a new name.

boolean
filters
array

filter of your view

filters
string

If your view has multiple filters you have to decide how the filters are should hang together.

sorts
array of objects

sorting of your view

sorts
groupbys
array of objects

grouping of your view

groupbys
hidden_columns
array of strings

IDs of the rows that should be hidden

hidden_columns
Response

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