Skip to main content

Hide / unhide columns in view

Use this API to hide or unhide columns in the given view

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

tableId string

The tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

viewId string

The viewId of your view. It looks like VXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

columnHiddenStatusMap object

Map that contains the columnId as key and isHidden boolean as value. Only send the data that you want to change

Responses
200

Returns all the hidden columns in view

Schema OPTIONAL
object