Freeze / unfreeze columns in view
Use this API to freeze or unfreeze columns in the given view
| Path Parameters |
|---|
tableId string — REQUIRED |
viewId string — REQUIRED |
| Request Body — REQUIRED |
|---|
columnFrozenStatusMap objectMap that contains the columnId as key and isFrozen boolean as value. Only send the data that you want to change |
| Responses | ||
|---|---|---|
200Returns all the frozen columns in view
|