English
Getting associated records for a view filter configuration.
cURL
curl --request GET \ --url https://app.teable.io/api/table/%7BtableId%7D/view/%7BviewId%7D/filter-link-records \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "tableId": "<string>", "records": [ { "id": "<string>", "title": "<string>" } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the view to filter the configured records.
The response is of type object[].
object[]