Create a new view in the table
Use this API to create a new view
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED | ||||
|---|---|---|---|---|
name stringThe name of the view | ||||
description stringThe description of the view | ||||
sortConfig object
| ||||
groupItems object[]Grouping configuration for the view
| ||||
filterCondition stringFilter condition for the view | ||||
customTableViewType stringPossible values: [ The type of the view. Currently only GRID is supported (which is the default) |
| Responses | ||
|---|---|---|
200Returns the newly created view
|