Group columns
Create a column group over the given columns. They are pulled together at the leftmost member’s position, keeping their current relative order, and the LAST member becomes the group’s output — the column that stays visible when the group is collapsed. Groups are org-shared, like column order itself.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Request body for grouping columns.
The columns to group; at least two, each currently ungrouped. They are pulled together at the leftmost member's position, keeping their current relative order. The LAST member becomes the group's output.
2The group's name; omit for the default label.
1 - 255Response
Successful Response
A user-managed column group, membership resolved in position order.
Whether the grid folds the group down to its output members. Purely presentational: folded members' cells are still fetched, so expanding costs nothing.
The member columns in position order, with their output flags.
The group's name; null renders the client default label.