Skip to main content
GET
/
tables
/
{tableId}
/
columns
/
{columnId}
/
choices
Error
A valid request URL is required to generate request examples
{
  "choices": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

columnId
string<uuid>
required

Column ID

Query Parameters

q
string

Search query to filter choices

Response

Choices retrieved successfully

choices
string[]