GET
/
table
/
{tableId}
/
view
/
{viewId}
/
plugin
curl --request GET \
  --url https://app.teable.io/api/table/%7BtableId%7D/view/%7BviewId%7D/plugin \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "pluginId": "<string>",
  "pluginInstallId": "<string>",
  "baseId": "<string>",
  "name": "<string>",
  "url": "<string>",
  "storage": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string
required
viewId
string
required

Response

200 - application/json
Returns data about the view install plugin.
pluginId
string
required
pluginInstallId
string
required
baseId
string
required
name
string
required
url
string
storage
object