Hide / unhide columns in view
Use this API to hide or unhide columns in the given view
| Path Parameters |
|---|
tableId string — REQUIRED |
viewId string — REQUIRED |
| Request Body — REQUIRED |
|---|
columnHiddenStatusMap objectMap that contains the columnId as key and isHidden boolean as value. Only send the data that you want to change |
| Responses | ||
|---|---|---|
200Returns all the hidden columns in view
|