Change column order in view
Use this API to change column order in the given view
| Request Body — REQUIRED |
|---|
askribeKey stringYour secret Askribe key. Can be obtained from your org's settings dashboard |
tableId stringThe tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
viewId stringThe viewId of your view. It looks like VXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
columnPositionMap objectMap that contains the columnId as key and position as value. Only send the data that you want to change |
| Responses | ||
|---|---|---|
200Returns column order list in view
|