cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/view/%7BviewId%7D/filter-link-records \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"tableId": "<string>",
"records": [
{
"id": "<string>",
"title": "<string>"
}
]
}
]view
Get table view filter link records
Getting associated records for a view filter configuration.
GET
/
table
/
{tableId}
/
view
/
{viewId}
/
filter-link-records
cURL
curl --request GET \
--url https://app.teable.ai/api/table/%7BtableId%7D/view/%7BviewId%7D/filter-link-records \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"tableId": "<string>",
"records": [
{
"id": "<string>",
"title": "<string>"
}
]
}
]最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

