GET
/
table
/
{tableId}
/
field
/
{fieldId}
/
filter-link-records
curl --request GET \
  --url https://app.teable.io/api/table/%7BtableId%7D/field/%7BfieldId%7D/filter-link-records \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "tableId": "<string>",
    "records": [
      {
        "id": "<string>",
        "title": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string
required
viewId
string
required

Response

200 - application/json
Returns the link field to filter the configured records.
tableId
string
required
records
object[]
required