Error
A valid request URL is required to generate request examples{
"column": "<string>",
"values": [
"<string>"
]
}{
"error": "Table not found"
}Advanced Queries
Get distinct values
Returns distinct values for a specified column, with optional filtering.
GET
/
tables
/
{tableId}
/
rows
/
distinct
Error
A valid request URL is required to generate request examples{
"column": "<string>",
"values": [
"<string>"
]
}{
"error": "Table not found"
}