Skip to main content
POST
Reorder table columns

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_id
string<uuid>
required

Body

application/json

Request body for reordering a table's columns (full permutation).

column_ids
string<uuid>[]
required

Every column of the table exactly once, in the new display order.

Required array length: 1 - 100 elements

Response

Successful Response

A table's columns in position order (non-paginated by design).

columns
TableColumnWithUIPrefsSchema · object[]
required
total_count
integer
required
groups
TableColumnGroupReadSchema · object[]

The table's column groups, membership resolved in position order.