Skip to main content

Change column width in view

Use this API to change column width 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

columnWidthMap object

Map that contains the columnId as key and column width as value. Value of -1 indicates expand to fit. Only send the data that you want to change

Responses
200

Returns column width map in view

Schema OPTIONAL
object