GET
/
share
/
{shareId}
/
view
/
link-records
curl --request GET \
  --url 'https://app.teable.io/api/share/%7BshareId%7D/view/link-records?take=100&skip=0&fieldId=SOME_STRING_VALUE&search=SOME_STRING_VALUE&type=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "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

shareId
string
required

Query Parameters

take

The record count you want to take, maximum is 2000

skip

The records count you want to skip

fieldId
string
required
type
enum<string>

Only used for plugin views

Available options:
candidate,
selected

Response

200 - application/json
Link records list
id
string
required
title
string