Skip to main content

Set view group

Use this API to set / unset grouping for a 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

groupItems object[]

New grouping config for the view. Send null if you want to reset the grouping config.

columnId string

The columnId of the column you want to group by. It looks like CXXXXXXXXXXXXXXXX

order string

Possible values: [ASCENDING, DESCENDING]

The order of the group. It can be ASCENDING | DESCENDING

hideEmptyGroups boolean

Should empty groups be hidden. DEFAULT: true

Responses
200

Returns the new grouping config

Schema OPTIONAL
object