v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table View

Get the unique values for a column

Retrieve the unique/distinct values for a specific column in a table view.

get/v1/table/views/{view_id}/column/{column_id}/distinct

Path parameters

view_idstring uuid required

The UUID of the table view.

column_idstring uuid required

The UUID of the column for which distinct values are to be retrieved.

Query parameters

filterstring

Filters to apply to the data retrieval.

group_columnsstring[]

Optional columns to group the distinct values.

Response

Successfully retrieved distinct values for the column.

metadataobject
datastring[]