v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table view groupings

Lists all groupings of the view related to the provided view_id if the user has access to the related database's workspace. A view can have multiple groupings.

get/api/database/views/{view_id}/group_bys/

Path parameters

view_idinteger required

Returns only groupings of the view related to the provided value.

Response

idinteger required
viewinteger required

The view to which the group by applies. Each view can have his own group bys.

fieldinteger required

The field that must be grouped by.

order'ASC' | 'DESC'
  • ASC - Ascending
  • DESC - Descending
widthinteger

The pixel width of the group by in the related view.

typestring

Indicates the sort type. Will automatically fall back to default if incompatible with field type.

priorityinteger required

Position of this group by in the ordering chain. The group by with the lowest priority is applied first.