Skip to main content
GET
/
tables
/
{tableId}
/
rows
/
distinct
Error
A valid request URL is required to generate request examples
{
  "column": "<string>",
  "values": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

Query Parameters

column
string
required

Column name to get distinct values for

Response

Distinct values retrieved successfully

column
string
values
string[]