POST
/
base
/
{baseId}
/
workflow
/
{tableId}
/
filter-link-records
curl --request POST \
  --url https://app.teable.cn/api/base/%7BbaseId%7D/workflow/%7BtableId%7D/filter-link-records \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data null
[
  {
    "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

baseId
string
required
tableId
string
required

Body

application/json · any | null

The body is of type any.

Response

200 - application/json
Successful response
tableId
string
required
records
object[]
required