English
Getting associated records for a view filter configuration.
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/table/{tableId}/view/{viewId}/filter-link-records \ --header 'Authorization: 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.
Show child attributes
Was this page helpful?